Searched defs:host_triple (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp220 const llvm::Triple &host_triple = Host::GetArchitecture (Host::eSystemDefaultArchitecture).GetTriple(); local
223 module_triple.setVendorName (host_triple.getVendorName());
225 module_triple.setOSName (host_triple.getOSName());
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1277 llvm::Triple &host_triple = m_host_arch.GetTriple(); local
1278 if (host_triple.getVendor() == llvm::Triple::Apple && host_triple.getOS() == llvm::Triple::Darwin)
1284 host_triple.setOS(llvm::Triple::IOS);
1287 host_triple.setOS(llvm::Triple::MacOSX);

Completed in 255 milliseconds