Searched refs:getEnvironmentName (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | HostInfoTest.cpp | 47 HostInfo::GetAugmentedArchSpec("armv7k").GetTriple().getEnvironmentName(), in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 212 if (normalized_triple.getEnvironmentName().empty() && in GetAugmentedArchSpec() 213 !host_triple.getEnvironmentName().empty()) in GetAugmentedArchSpec()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | BareMetal.cpp | 139 return Triple.getEnvironmentName() == "elf"; in isAArch64BareMetal() 153 return Triple.getEnvironmentName() == "elf"; in isRISCVBareMetal()
|
| H A D | HIPUtility.cpp | 34 T.getOSName() + "-" + T.getEnvironmentName()) in normalizeForBundler()
|
| H A D | MSVC.cpp | 778 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 358 return getEnvironmentName() != ""; in hasEnvironment() 422 StringRef getEnvironmentName() const;
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | TripleTest.cpp | 24 EXPECT_EQ("", T.getEnvironmentName().str()); in TEST() 30 EXPECT_EQ("", T.getEnvironmentName().str()); in TEST() 36 EXPECT_EQ("", T.getEnvironmentName().str()); in TEST() 42 EXPECT_EQ("", T.getEnvironmentName().str()); in TEST() 48 EXPECT_EQ("-", T.getEnvironmentName().str()); in TEST() 54 EXPECT_EQ("", T.getEnvironmentName().str()); in TEST() 60 EXPECT_EQ("", T.getEnvironmentName().str()); in TEST() 66 EXPECT_EQ("", T.getEnvironmentName().str()); in TEST() 72 EXPECT_EQ("d", T.getEnvironmentName().str()); in TEST()
|
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 385 getTriple().getOSName(), getTriple().getEnvironmentName()); in isBranchProtectionSupportedArch() 1403 Triple.getEnvironmentName()), in RenderScript32TargetInfo()
|
| H A D | AArch64.cpp | 1062 Triple.getEnvironmentName()), in RenderScript64TargetInfo()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Triple.cpp | 1166 StringRef Triple::getEnvironmentName() const { in getEnvironmentName() function in Triple 1184 StringRef EnvironmentName = getEnvironmentName(); in getEnvironmentVersion() 1357 "-" + getEnvironmentName()); in setOSName()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Module.cpp | 70 StringRef Env = Target.getTriple().getEnvironmentName(); in isPlatformEnvironment()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 799 normalized_triple.getEnvironmentName().empty(); in ContainsOnlyArch() 1472 llvm::StringRef environ_str = triple.getEnvironmentName(); in DumpTriple()
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 551 getTriple().getEnvironmentName() != "android") { in getRuntimePaths()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 942 if (normalized_triple.getEnvironmentName().empty()) in GetAugmentedArchSpec()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 553 << TargetTriple.getEnvironmentName() << '-'; in toString()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1039 if (new_target_triple.getEnvironmentName().size() == 0) in DidLaunchOrAttach()
|