Searched refs:compatible_triple (Results 1 – 1 of 1) sorted by relevance
869 const llvm::Triple &compatible_triple = compatible_arch.GetTriple(); in GetAugmentedArchSpec() local871 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()