Searched refs:host_triple (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp201 llvm::Triple host_triple(llvm::sys::getDefaultTargetTriple());
204 normalized_triple.setVendor(host_triple.getVendor());
206 normalized_triple.setOS(host_triple.getOS());
208 normalized_triple.setEnvironment(host_triple.getEnvironment());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp145 const llvm::Triple &host_triple = local
149 module_triple.setVendorName(host_triple.getVendorName());
151 module_triple.setOSName(host_triple.getOSName());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp188 const llvm::Triple &host_triple = host_arch.GetTriple(); local
190 response.PutStringAsRawHex8(host_triple.getTriple());
H A DGDBRemoteCommunicationClient.cpp1272 llvm::Triple &host_triple = m_host_arch.GetTriple(); local
1273 if (host_triple.getVendor() == llvm::Triple::Apple &&
1274 host_triple.getOS() == llvm::Triple::Darwin) {
1280 host_triple.setOS(llvm::Triple::IOS);
1283 host_triple.setOS(llvm::Triple::MacOSX);

Completed in 120 milliseconds