Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp977 const llvm::Triple &lhs_triple = GetTriple(); in IsMatch() local
980 const llvm::Triple::VendorType lhs_triple_vendor = lhs_triple.getVendor(); in IsMatch()
983 const llvm::Triple::OSType lhs_triple_os = lhs_triple.getOS(); in IsMatch()
986 bool both_windows = lhs_triple.isOSWindows() && rhs_triple.isOSWindows(); in IsMatch()
1006 lhs_triple.getEnvironment(); in IsMatch()
1038 ((!lhs_os_specified && !lhs_triple.hasEnvironment()) || in IsMatch()