Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp207 llvm::Triple host_triple(llvm::sys::getDefaultTargetTriple()); in GetAugmentedArchSpec() local
210 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp185 const llvm::Triple &host_triple = host_arch.GetTriple(); in Handle_qHostInfo() local
187 response.PutStringAsRawHex8(host_triple.getTriple()); in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp1364 llvm::Triple &host_triple = m_host_arch.GetTriple(); in GetHostInfo() local
1365 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()