Home
last modified time | relevance | path

Searched refs:getEnvironmentName (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DManagarm.cpp33 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 DHIPUtility.cpp45 T.getOSName() + "-" + T.getEnvironmentName()) in normalizeForBundler()
H A DWebAssembly.cpp76 if (Triple.isOSWASI() && Triple.getEnvironmentName() == "threads") in WantsPthread()
H A DBareMetal.cpp45 return Triple.getEnvironmentName() == "elf"; in isRISCVBareMetal()
H A DMSVC.cpp828 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp215 if (normalized_triple.getEnvironmentName().empty() && in GetAugmentedArchSpec()
216 !host_triple.getEnvironmentName().empty()) in GetAugmentedArchSpec()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h419 return getEnvironmentName() != ""; in hasEnvironment()
491 LLVM_ABI StringRef getEnvironmentName() const;
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp106 if (!T.getEnvironmentName().empty()) in serializePlatform()
107 Platform["environment"] = T.getEnvironmentName(); in serializePlatform()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp483 return Triple.getEnvironmentName() == "elf"; in isAArch64BareMetal()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp64 StringRef Env = Target.getTriple().getEnvironmentName(); in isPlatformEnvironment()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1376 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 DArchSpec.cpp829 normalized_triple.getEnvironmentName().empty(); in ContainsOnlyArch()
1488 llvm::StringRef environ_str = triple.getEnvironmentName(); in DumpTriple()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp909 llvm::StringRef TargetEnvironment(TI.getTriple().getEnvironmentName()); in DiagnoseDeclAvailability()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp398 getTriple().getOSName(), getTriple().getEnvironmentName()); in isBranchProtectionSupportedArch()
H A DAArch64.cpp227 << getTriple().getEnvironmentName() << getTriple().getTriple(); in validateTarget()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp699 StringRef TargetEnv = Triple.getEnvironmentName(); in CheckAvailability()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1508 Env.getEnvironmentName() != "unknown") in isTargetEnvironment()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp107 T.getEnvironmentName()); in OffloadTargetInfo()
H A DDriver.cpp1791 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 DPlatform.cpp874 if (normalized_triple.getEnvironmentName().empty()) in GetAugmentedArchSpec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1067 << TargetTriple.getEnvironmentName() << '-'; in toString()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4703 } 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 DProcessGDBRemote.cpp949 if (new_target_triple.getEnvironmentName().size() == 0) in DidLaunchOrAttach()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24390 {"_ZNK4llvm6Triple18getEnvironmentNameEv", "llvm::Triple::getEnvironmentName() const"},