| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Managarm.cpp | 33 return "x86_64-managarm-" + TargetTriple.getEnvironmentName().str(); in getMultiarchTriple() 35 return "aarch64-managarm-" + TargetTriple.getEnvironmentName().str(); in getMultiarchTriple() 37 return "riscv64-managarm-" + TargetTriple.getEnvironmentName().str(); in getMultiarchTriple()
|
| H A D | HIPUtility.cpp | 45 T.getOSName() + "-" + T.getEnvironmentName()) in normalizeForBundler()
|
| H A D | WebAssembly.cpp | 76 if (Triple.isOSWASI() && Triple.getEnvironmentName() == "threads") in WantsPthread()
|
| H A D | BareMetal.cpp | 45 return Triple.getEnvironmentName() == "elf"; in isRISCVBareMetal()
|
| H A D | MSVC.cpp | 828 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 215 if (normalized_triple.getEnvironmentName().empty() && in GetAugmentedArchSpec() 216 !host_triple.getEnvironmentName().empty()) in GetAugmentedArchSpec()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 419 return getEnvironmentName() != ""; in hasEnvironment() 491 LLVM_ABI StringRef getEnvironmentName() const;
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 106 if (!T.getEnvironmentName().empty()) in serializePlatform() 107 Platform["environment"] = T.getEnvironmentName(); in serializePlatform()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | AArch64.cpp | 483 return Triple.getEnvironmentName() == "elf"; in isAArch64BareMetal()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 64 StringRef Env = Target.getTriple().getEnvironmentName(); in isPlatformEnvironment()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 1376 StringRef Triple::getEnvironmentName() const { in getEnvironmentName() function in Triple 1398 StringRef EnvironmentName = getEnvironmentName(); in getEnvironmentVersionString() 1649 "-" + getEnvironmentName()); in setOSName()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 829 normalized_triple.getEnvironmentName().empty(); in ContainsOnlyArch() 1488 llvm::StringRef environ_str = triple.getEnvironmentName(); in DumpTriple()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 909 llvm::StringRef TargetEnvironment(TI.getTriple().getEnvironmentName()); in DiagnoseDeclAvailability()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 398 getTriple().getOSName(), getTriple().getEnvironmentName()); in isBranchProtectionSupportedArch()
|
| H A D | AArch64.cpp | 227 << getTriple().getEnvironmentName() << getTriple().getTriple(); in validateTarget()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 699 StringRef TargetEnv = Triple.getEnvironmentName(); in CheckAvailability()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPMacroExpansion.cpp | 1508 Env.getEnvironmentName() != "unknown") in isTargetEnvironment()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 107 T.getEnvironmentName()); in OffloadTargetInfo()
|
| H A D | Driver.cpp | 1791 if (TC.getTriple().getEnvironmentName() == "elf") { in BuildCompilation() 1800 if (TC.getTriple().getEnvironmentName().starts_with("eabi")) { in BuildCompilation()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 874 if (normalized_triple.getEnvironmentName().empty()) in GetAugmentedArchSpec()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1067 << TargetTriple.getEnvironmentName() << '-'; in toString()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 4703 } else if (T.getEnvironmentName().empty()) { in ParseLangArgs() 4708 << ShaderStage << T.getEnvironmentName() << T.str(); in ParseLangArgs()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 949 if (new_target_triple.getEnvironmentName().size() == 0) in DidLaunchOrAttach()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 24390 {"_ZNK4llvm6Triple18getEnvironmentNameEv", "llvm::Triple::getEnvironmentName() const"},
|