Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/Unix/
H A DHost.inc67 TT.setOSName(NewOSName);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp144 T.setOSName(Triple::getOSTypeName(Triple::OSType::ShaderModel).str() + in tryParseProfile()
H A DDarwin.cpp1109 Triple.setOSName(Str); in ComputeEffectiveClangTriple()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1127 void setOSName(StringRef Str);
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1544 setOSName(getOSTypeName(Kind)); in setOS()
1578 void Triple::setOSName(StringRef Str) { in setOSName() function in Triple
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1113 arch_spec.GetTriple().setOSName(os_name); in RefineModuleDetailsFromNote()
1226 arch_spec.GetTriple().setOSName( in RefineModuleDetailsFromNote()
1619 arch_spec.GetTriple().setOSName(llvm::StringRef()); in GetSectionHeaderInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1343 m_host_arch.GetTriple().setOSName(llvm::StringRef(os_name)); in GetHostInfo()
2081 process_info.GetArchitecture().GetTriple().setOSName( in DecodeProcessInfoResponse()
2273 m_process_arch.GetTriple().setOSName(llvm::StringRef(os_name)); in GetCurrentProcessInfo()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp783 arch.GetTriple().setOSName(os); in ParseMachCPUDashSubtypeTriple()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp534 Target.setOSName("hurd"); in computeTargetTriple()
1344 T.setOSName(A->getValue()); in BuildCompilation()