Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp981 const llvm::Triple::VendorType rhs_triple_vendor = rhs_triple.getVendor(); in IsMatch() local
990 if ((lhs_triple_vendor != rhs_triple_vendor) && in IsMatch()
1001 rhs_triple_vendor != llvm::Triple::UnknownVendor) in IsMatch()