Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp869 const llvm::Triple &compatible_triple = compatible_arch.GetTriple(); in GetAugmentedArchSpec() local
871 normalized_triple.setVendor(compatible_triple.getVendor()); in GetAugmentedArchSpec()
873 normalized_triple.setOS(compatible_triple.getOS()); in GetAugmentedArchSpec()
875 normalized_triple.setEnvironment(compatible_triple.getEnvironment()); in GetAugmentedArchSpec()