Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDArchSpec.cpp980 const llvm::Triple::VendorType lhs_triple_vendor = lhs_triple.getVendor(); in IsMatch() local
990 if ((lhs_triple_vendor != rhs_triple_vendor) && in IsMatch()
1000 if (lhs_triple_vendor != llvm::Triple::UnknownVendor && in IsMatch()