Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Utility/
DArchSpec.cpp985 const llvm::Triple::VendorType rhs_triple_vendor = rhs_triple.getVendor(); in IsMatch() local
994 if ((lhs_triple_vendor != rhs_triple_vendor) && in IsMatch()
1005 rhs_triple_vendor != llvm::Triple::UnknownVendor) in IsMatch()