Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DHost.inc64 TT.setOSName(NewOSName);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp115 module_triple.setOSName(host_triple.getOSName()); in ResolveExecutable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h868 void setOSName(StringRef Str);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp1217 setOSName(getOSTypeName(Kind)); in setOS()
1251 void Triple::setOSName(StringRef Str) { in setOSName() function in Triple
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1293 m_host_arch.GetTriple().setOSName(llvm::StringRef(os_name)); in GetHostInfo()
2046 process_info.GetArchitecture().GetTriple().setOSName( in DecodeProcessInfoResponse()
2197 m_process_arch.GetTriple().setOSName(llvm::StringRef(os_name)); in GetCurrentProcessInfo()
2200 m_host_arch.GetTriple().setOSName(llvm::StringRef(os_name)); in GetCurrentProcessInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1054 arch_spec.GetTriple().setOSName(os_name); in RefineModuleDetailsFromNote()
1167 arch_spec.GetTriple().setOSName( in RefineModuleDetailsFromNote()
1536 arch_spec.GetTriple().setOSName(llvm::StringRef()); in GetSectionHeaderInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp775 arch.GetTriple().setOSName(os); in ParseMachCPUDashSubtypeTriple()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp959 Triple.setOSName(Str); in ComputeEffectiveClangTriple()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp437 Target.setOSName("hurd"); in computeTargetTriple()