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

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

Completed in 237 milliseconds