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

/external/lldb/source/Core/
H A DArchSpec.cpp751 const llvm::Triple &rhs_triple = rhs.GetTriple(); local
754 const llvm::Triple::VendorType rhs_triple_vendor = rhs_triple.getVendor();
774 const llvm::Triple::OSType rhs_triple_os = rhs_triple.getOS();
793 const llvm::Triple::EnvironmentType rhs_triple_env = rhs_triple.getEnvironment();

Completed in 85 milliseconds