Home
last modified time | relevance | path

Searched refs:rhs_triple (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Utility/
DArchSpec.cpp982 const llvm::Triple &rhs_triple = rhs.GetTriple(); in IsMatch() local
985 const llvm::Triple::VendorType rhs_triple_vendor = rhs_triple.getVendor(); in IsMatch()
988 const llvm::Triple::OSType rhs_triple_os = rhs_triple.getOS(); in IsMatch()
990 bool both_windows = lhs_triple.isOSWindows() && rhs_triple.isOSWindows(); in IsMatch()
1012 rhs_triple.getEnvironment(); in IsMatch()
1043 (!rhs_os_specified && !rhs_triple.hasEnvironment()))) in IsMatch()