Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DArchSpec.cpp599 llvm::Triple normalized_triple (triple_stref); in SetTriple() local
601 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()
625normalized_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 …]