Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DHost.inc64 TT.setOSName(NewOSName);
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHLSL.cpp102 T.setOSName(Triple::getOSTypeName(Triple::OSType::ShaderModel).str() + in tryParseProfile()
H A DDarwin.cpp1055 Triple.setOSName(Str); in ComputeEffectiveClangTriple()
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp113 module_triple.setOSName(host_triple.getOSName()); in ResolveExecutable()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h962 void setOSName(StringRef Str);
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp1320 setOSName(getOSTypeName(Kind)); in setOS()
1354 void Triple::setOSName(StringRef Str) { in setOSName() function in Triple
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1060 arch_spec.GetTriple().setOSName(os_name); in RefineModuleDetailsFromNote()
1173 arch_spec.GetTriple().setOSName( in RefineModuleDetailsFromNote()
1566 arch_spec.GetTriple().setOSName(llvm::StringRef()); in GetSectionHeaderInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1330 m_host_arch.GetTriple().setOSName(llvm::StringRef(os_name)); in GetHostInfo()
2078 process_info.GetArchitecture().GetTriple().setOSName( in DecodeProcessInfoResponse()
2249 m_process_arch.GetTriple().setOSName(llvm::StringRef(os_name)); in GetCurrentProcessInfo()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp966 T.setOSName("linux"); in TEST()
978 T.setOSName("freebsd"); in TEST()
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp776 arch.GetTriple().setOSName(os); in ParseMachCPUDashSubtypeTriple()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp4949 base_triple.setOSName(llvm::StringRef());
4997 triple.setOSName(os.str());
5046 triple.setOSName(os.str());
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp515 Target.setOSName("hurd"); in computeTargetTriple()