Searched refs:normalized_triple (Results 1 – 1 of 1) sorted by relevance
599 llvm::Triple normalized_triple (triple_stref); in SetTriple() local601 const bool os_specified = normalized_triple.getOSName().size() > 0; in SetTriple()602 const bool vendor_specified = normalized_triple.getVendorName().size() > 0; in SetTriple()603 const bool env_specified = normalized_triple.getEnvironmentName().size() > 0; in SetTriple()621 normalized_triple.setVendor(compatible_triple.getVendor()); in SetTriple()623 normalized_triple.setOS(compatible_triple.getOS()); in SetTriple()625 … normalized_triple.setEnvironment(compatible_triple.getEnvironment()); in SetTriple()640 normalized_triple.setVendor(host_triple.getVendor()); in SetTriple()642 normalized_triple.setOS(host_triple.getOS()); in SetTriple()644 normalized_triple.setEnvironment(host_triple.getEnvironment()); in SetTriple()[all …]