Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDArchSpec.cpp963 const llvm::Triple &rhs_triple = rhs.GetTriple(); in IsEqualTo() local
966 const llvm::Triple::VendorType rhs_triple_vendor = rhs_triple.getVendor(); in IsEqualTo()
986 const llvm::Triple::OSType rhs_triple_os = rhs_triple.getOS(); in IsEqualTo()
1006 const llvm::Triple::EnvironmentType rhs_triple_env = rhs_triple.getEnvironment(); in IsEqualTo()