| /src/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 357 bool TripleOSWasSpecified() const { return !m_triple.getOSName().empty(); } in TripleOSWasSpecified()
|
| /src/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 211 if (normalized_triple.getOSName().empty()) in GetAugmentedArchSpec()
|
| /src/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 1317 StringRef Triple::getOSName() const { in getOSName() function in Triple 1368 StringRef OSName = getOSName(); in getOSVersion() 1523 Arch = getDXILArchNameFromShaderModel(getOSName()); in getDXILVersion() 1587 setTriple(getArchName() + "-" + getVendorName() + "-" + getOSName() + in setEnvironmentName()
|
| /src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPUtility.cpp | 46 T.getOSName() + "-" + T.getEnvironmentName()) in normalizeForBundler()
|
| H A D | Darwin.cpp | 2063 << Triple.getOSName(); in getOSVersion() 2177 << TT.getOSName() << A->getAsString(Args); in getDeploymentTargetFromMTargetOSArg()
|
| /src/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 397 getTriple().getOSName(), getTriple().getEnvironmentName()); in isBranchProtectionSupportedArch() 1501 Triple.getOSName(), in RenderScript32TargetInfo()
|
| H A D | AArch64.cpp | 1704 Triple.getOSName(), in RenderScript64TargetInfo()
|
| /src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 72 if (Platform == Feature || Target.getTriple().getOSName() == Feature || in isPlatformEnvironment()
|
| /src/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 457 StringRef getOSName() const;
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 272 StringRef getOS() const { return Triple.getOSName(); } in getOS()
|
| /src/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 804 normalized_triple.getOSName().empty() && in ContainsOnlyArch() 1455 llvm::StringRef os_str = triple.getOSName(); in DumpTriple()
|
| /src/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1582 SrcTriple.getOSName() == "gpulibs") || in run() 1584 SrcTriple.getOSName() == "unknown"); in run()
|
| /src/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 90 t.getOSName(), t.getEnvironmentName()); in OffloadTargetInfo() 100 t.getOSName(), t.getEnvironmentName()); in OffloadTargetInfo()
|
| /src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 1097 " used while targeting " + Target.getOSName()); in checkVersion()
|
| /src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 190 target_triple.getOSName().str().c_str()); in AddSystemInfo()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1268 std::string ostype = std::string(proc_triple.getOSName()); in CreateProcessInfoResponse_DebugServerStyle()
|
| H A D | ProcessGDBRemote.cpp | 936 if (new_target_triple.getOSName().size() == 0) { in DidLaunchOrAttach()
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 4410 if (T.getOSName().empty()) { in ParseLangArgs() 4424 << ShaderModel << T.getOSName() << T.str(); in ParseLangArgs() 4441 << VulkanEnv << T.getOSName() << T.str(); in ParseLangArgs()
|
| /src/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 869 if (normalized_triple.getOSName().empty()) in GetAugmentedArchSpec()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 865 << TargetTriple.getOSName() << '-' in toString()
|