HomeSort by relevance Sort by last modified time
    Searched defs:host_triple (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 220 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/
GDBRemoteCommunicationClient.cpp 1277 llvm::Triple &host_triple = m_host_arch.GetTriple(); local
    [all...]

Completed in 60 milliseconds