Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DPlatform.cpp956 const llvm::Triple &compatible_triple = compatible_arch.GetTriple(); in GetAugmentedArchSpec() local
958 normalized_triple.setVendor(compatible_triple.getVendor()); in GetAugmentedArchSpec()
960 normalized_triple.setOS(compatible_triple.getOS()); in GetAugmentedArchSpec()
962 normalized_triple.setEnvironment(compatible_triple.getEnvironment()); in GetAugmentedArchSpec()