Searched refs:host_triple (Results 1 – 3 of 3) sorted by relevance
819 llvm::Triple host_triple(llvm::sys::getDefaultTargetTriple()); in SetTriple() local821 normalized_triple.setVendor(host_triple.getVendor()); in SetTriple()823 normalized_triple.setOS(host_triple.getOS()); in SetTriple()824 if (!env_specified && host_triple.getEnvironmentName().size()) in SetTriple()825 normalized_triple.setEnvironment(host_triple.getEnvironment()); in SetTriple()
161 const llvm::Triple &host_triple = host_arch.GetTriple(); in Handle_qHostInfo() local163 response.PutCStringAsRawHex8(host_triple.getTriple().c_str()); in Handle_qHostInfo()
2142 llvm::Triple &host_triple = m_host_arch.GetTriple(); in GetHostInfo() local2143 … if (host_triple.getVendor() == llvm::Triple::Apple && host_triple.getOS() == llvm::Triple::Darwin) in GetHostInfo()2150 host_triple.setOS(llvm::Triple::IOS); in GetHostInfo()2153 host_triple.setOS(llvm::Triple::MacOSX); in GetHostInfo()