Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp978 const llvm::Triple &rhs_triple = rhs.GetTriple(); in IsMatch() local
981 const llvm::Triple::VendorType rhs_triple_vendor = rhs_triple.getVendor(); in IsMatch()
984 const llvm::Triple::OSType rhs_triple_os = rhs_triple.getOS(); in IsMatch()
986 bool both_windows = lhs_triple.isOSWindows() && rhs_triple.isOSWindows(); in IsMatch()
1008 rhs_triple.getEnvironment(); in IsMatch()
1039 (!rhs_os_specified && !rhs_triple.hasEnvironment()))) in IsMatch()