Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DArchSpec.cpp750 const llvm::Triple &lhs_triple = GetTriple(); in IsEqualTo() local
753 const llvm::Triple::VendorType lhs_triple_vendor = lhs_triple.getVendor(); in IsEqualTo()
773 const llvm::Triple::OSType lhs_triple_os = lhs_triple.getOS(); in IsEqualTo()
792 const llvm::Triple::EnvironmentType lhs_triple_env = lhs_triple.getEnvironment(); in IsEqualTo()