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

/external/lldb/source/Core/
H A DArchSpec.cpp619 const llvm::Triple &compatible_triple = compatible_arch.GetTriple(); local
621 normalized_triple.setVendor(compatible_triple.getVendor());
623 normalized_triple.setOS(compatible_triple.getOS());
624 if (!env_specified && compatible_triple.getEnvironmentName().size())
625 normalized_triple.setEnvironment(compatible_triple.getEnvironment());

Completed in 82 milliseconds