Home | History | Annotate | Download | only in Core

Lines Matching refs:host_triple

638                     llvm::Triple host_triple(llvm::sys::getDefaultTargetTriple());
640 normalized_triple.setVendor(host_triple.getVendor());
642 normalized_triple.setOS(host_triple.getOS());
643 if (!env_specified && host_triple.getEnvironmentName().size())
644 normalized_triple.setEnvironment(host_triple.getEnvironment());