Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp984 const llvm::Triple::OSType rhs_triple_os = rhs_triple.getOS(); in IsMatch() local
1014 rhs_triple_os == llvm::Triple::MacOSX) || in IsMatch()
1016 rhs_triple_os == llvm::Triple::IOS && in IsMatch()
1023 rhs_triple_os == llvm::Triple::IOS && in IsMatch()
1029 if (lhs_triple_os != rhs_triple_os) { in IsMatch()