Searched refs:host_triple (Results 1 – 3 of 3) sorted by relevance
207 llvm::Triple host_triple(llvm::sys::getDefaultTargetTriple()); in GetAugmentedArchSpec() local210 normalized_triple.setVendor(host_triple.getVendor()); in GetAugmentedArchSpec()212 normalized_triple.setOS(host_triple.getOS()); in GetAugmentedArchSpec()214 !host_triple.getEnvironmentName().empty()) in GetAugmentedArchSpec()215 normalized_triple.setEnvironment(host_triple.getEnvironment()); in GetAugmentedArchSpec()
185 const llvm::Triple &host_triple = host_arch.GetTriple(); in Handle_qHostInfo() local187 response.PutStringAsRawHex8(host_triple.getTriple()); in Handle_qHostInfo()
1364 llvm::Triple &host_triple = m_host_arch.GetTriple(); in GetHostInfo() local1365 if (host_triple.getVendor() == llvm::Triple::Apple && in GetHostInfo()1366 host_triple.getOS() == llvm::Triple::Darwin) { in GetHostInfo()1372 host_triple.setOS(llvm::Triple::IOS); in GetHostInfo()1375 host_triple.setOS(llvm::Triple::MacOSX); in GetHostInfo()