Home
last modified time | relevance | path

Searched refs:setOSName (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp225 module_triple.setOSName (host_triple.getOSName()); in ResolveExecutable()
/external/llvm/include/llvm/ADT/
DTriple.h583 void setOSName(StringRef Str);
/external/lldb/source/Core/
DArchSpec.cpp528 arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos)); in ParseMachCPUDashSubtypeTriple()
532 … arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos, dash_pos - vendor_start_pos)); in ParseMachCPUDashSubtypeTriple()
/external/llvm/lib/Support/
DTriple.cpp1034 setOSName(getOSTypeName(Kind)); in setOS()
1068 void Triple::setOSName(StringRef Str) { in setOSName() function in Triple
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp333 spec.GetArchitecture().GetTriple().setOSName (Host::GetOSString().GetCString()); in GetModuleSpecifications()
1818 arch.GetTriple().setOSName (Host::GetOSString().GetCString()); in GetArchitecture()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp1254 m_host_arch.GetTriple().setOSName (llvm::StringRef (os_name)); in GetHostInfo()
1884 m_host_arch.GetTriple().setOSName (llvm::StringRef (os_name)); in GetCurrentProcessInfo()
/external/llvm/unittests/ADT/
DTripleTest.cpp351 T.setOSName("linux"); in TEST()
363 T.setOSName("freebsd"); in TEST()
/external/clang/lib/Driver/
DToolChains.cpp194 Triple.setOSName(Str); in ComputeEffectiveClangTriple()