HomeSort by relevance Sort by last modified time
    Searched refs:setOSName (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/ADT/
Triple.h 522 /// setOSName - Set the operating system (third) component of the
524 void setOSName(StringRef Str);
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 225 module_triple.setOSName (host_triple.getOSName());
  /external/lldb/source/Core/
ArchSpec.cpp 528 arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos));
532 arch.GetTriple().setOSName(vendor_os.substr(vendor_start_pos, dash_pos - vendor_start_pos));
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 852 setOSName(getOSTypeName(Kind));
886 void Triple::setOSName(StringRef Str) {
    [all...]
  /external/llvm/unittests/ADT/
TripleTest.cpp 304 T.setOSName("linux");
316 T.setOSName("freebsd");
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 333 spec.GetArchitecture().GetTriple().setOSName (Host::GetOSString().GetCString());
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp     [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 205 Triple.setOSName(Str);
    [all...]

Completed in 121 milliseconds