Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/Unix/
H A DHost.inc67 TT.setOSName(NewOSName);
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp104 T.setOSName(Triple::getOSTypeName(Triple::OSType::ShaderModel).str() + in tryParseProfile()
H A DDarwin.cpp1112 Triple.setOSName(Str); in ComputeEffectiveClangTriple()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp114 module_triple.setOSName(host_triple.getOSName()); in ResolveExecutable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1080 void setOSName(StringRef Str);
/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1391 setOSName(getOSTypeName(Kind)); in setOS()
1425 void Triple::setOSName(StringRef Str) { in setOSName() function in Triple
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1099 arch_spec.GetTriple().setOSName(os_name); in RefineModuleDetailsFromNote()
1212 arch_spec.GetTriple().setOSName( in RefineModuleDetailsFromNote()
1605 arch_spec.GetTriple().setOSName(llvm::StringRef()); in GetSectionHeaderInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1330 m_host_arch.GetTriple().setOSName(llvm::StringRef(os_name)); in GetHostInfo()
2064 process_info.GetArchitecture().GetTriple().setOSName( in DecodeProcessInfoResponse()
2244 m_process_arch.GetTriple().setOSName(llvm::StringRef(os_name)); in GetCurrentProcessInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp783 arch.GetTriple().setOSName(os); in ParseMachCPUDashSubtypeTriple()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp523 Target.setOSName("hurd"); in computeTargetTriple()
1322 T.setOSName(A->getValue()); in BuildCompilation()