Searched refs:compatible_triple (Results 1 – 1 of 1) sorted by relevance
940 const llvm::Triple &compatible_triple = compatible_arch.GetTriple(); in GetAugmentedArchSpec() local942 normalized_triple.setVendor(compatible_triple.getVendor()); in GetAugmentedArchSpec()944 normalized_triple.setOS(compatible_triple.getOS()); in GetAugmentedArchSpec()946 normalized_triple.setEnvironment(compatible_triple.getEnvironment()); in GetAugmentedArchSpec()