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