| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | WebAssembly.cpp | 66 return TargetTriple.isOSWASI() && TargetTriple.getOSName() != "wasip1" && in TargetBuildsComponents() 67 TargetTriple.getOSName() != "wasi"; in TargetBuildsComponents()
|
| H A D | HIPUtility.cpp | 45 T.getOSName() + "-" + T.getEnvironmentName()) in normalizeForBundler()
|
| H A D | Darwin.cpp | 2205 << Triple.getOSName(); in getInferredOSVersion() 2316 << TT.getOSName() << A->getAsString(Args); in getDeploymentTargetFromMTargetOSArg()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 370 bool TripleOSWasSpecified() const { return !m_triple.getOSName().empty(); } in TripleOSWasSpecified()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 213 if (normalized_triple.getOSName().empty()) in GetAugmentedArchSpec()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 1370 StringRef Triple::getOSName() const { in getOSName() function in Triple 1421 StringRef OSName = getOSName(); in getOSVersion() 1598 Arch = getDXILArchNameFromShaderModel(getOSName()); in getDXILVersion() 1655 setTriple(getArchName() + "-" + getVendorName() + "-" + getOSName() + in setEnvironmentName()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 276 StringRef getOS() const { return Triple.getOSName(); } in getOS()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 67 if (Platform == Feature || Target.getTriple().getOSName() == Feature || in isPlatformEnvironment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1470 SrcTriple.getOSName() == "gpulibs") || in run() 1472 SrcTriple.getOSName() == "unknown"); in run()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 827 normalized_triple.getOSName().empty() && in ContainsOnlyArch() 1487 llvm::StringRef os_str = triple.getOSName(); in DumpTriple()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 487 LLVM_ABI StringRef getOSName() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 1081 " used while targeting " + Target.getOSName()); in checkVersion()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1270 std::string ostype = std::string(proc_triple.getOSName()); in CreateProcessInfoResponse_DebugServerStyle()
|
| H A D | ProcessGDBRemote.cpp | 946 if (new_target_triple.getOSName().size() == 0) { in DidLaunchOrAttach()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 398 getTriple().getOSName(), getTriple().getEnvironmentName()); in isBranchProtectionSupportedArch()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 200 "OS %s not supported.", target_triple.getOSName().str().c_str()); in AddSystemInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 106 this->Triple = llvm::Triple(T.getArchName(), T.getVendorName(), T.getOSName(), in OffloadTargetInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 4700 if (T.getOSName().empty()) { in ParseLangArgs() 4714 << ShaderModel << T.getOSName() << T.str(); in ParseLangArgs() 4731 << VulkanEnv << T.getOSName() << T.str(); in ParseLangArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 872 if (normalized_triple.getOSName().empty()) in GetAugmentedArchSpec()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1066 << '-' << TargetTriple.getOSName() << '-' in toString()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 24389 {"_ZNK4llvm6Triple9getOSNameEv", "llvm::Triple::getOSName() const"},
|