Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDArchSpec.cpp819 llvm::Triple host_triple(llvm::sys::getDefaultTargetTriple()); in SetTriple() local
821 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()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp161 const llvm::Triple &host_triple = host_arch.GetTriple(); in Handle_qHostInfo() local
163 response.PutCStringAsRawHex8(host_triple.getTriple().c_str()); in Handle_qHostInfo()
HDGDBRemoteCommunicationClient.cpp2142 llvm::Triple &host_triple = m_host_arch.GetTriple(); in GetHostInfo() local
2143 … 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()