Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp983 const llvm::Triple::OSType lhs_triple_os = lhs_triple.getOS(); in IsMatch() local
1012 if ((lhs_triple_os == llvm::Triple::IOS && in IsMatch()
1015 (lhs_triple_os == llvm::Triple::MacOSX && in IsMatch()
1022 if (lhs_triple_os == llvm::Triple::IOS && in IsMatch()
1029 if (lhs_triple_os != rhs_triple_os) { in IsMatch()