Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp213 if (normalized_triple.getEnvironmentName().empty() && in GetAugmentedArchSpec()
214 !host_triple.getEnvironmentName().empty()) in GetAugmentedArchSpec()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp34 T.getOSName() + "-" + T.getEnvironmentName()) in normalizeForBundler()
H A DBareMetal.cpp152 return Triple.getEnvironmentName() == "elf"; in isAArch64BareMetal()
165 return Triple.getEnvironmentName() == "elf"; in isRISCVBareMetal()
H A DMSVC.cpp812 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h373 return getEnvironmentName() != ""; in hasEnvironment()
438 StringRef getEnvironmentName() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp396 getTriple().getOSName(), getTriple().getEnvironmentName()); in isBranchProtectionSupportedArch()
1501 Triple.getEnvironmentName()), in RenderScript32TargetInfo()
H A DAArch64.cpp1625 Triple.getEnvironmentName()), in RenderScript64TargetInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1199 StringRef Triple::getEnvironmentName() const { in getEnvironmentName() function in Triple
1221 StringRef EnvironmentName = getEnvironmentName(); in getEnvironmentVersionString()
1428 "-" + getEnvironmentName()); in setOSName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp89 t.getOSName(), t.getEnvironmentName()); in OffloadTargetInfo()
99 t.getOSName(), t.getEnvironmentName()); in OffloadTargetInfo()
H A DDriver.cpp1475 if (TC.getTriple().getEnvironmentName() == "elf") { in BuildCompilation()
1484 if (TC.getTriple().getEnvironmentName().starts_with("eabi")) { in BuildCompilation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp69 StringRef Env = Target.getTriple().getEnvironmentName(); in isPlatformEnvironment()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp806 normalized_triple.getEnvironmentName().empty(); in ContainsOnlyArch()
1473 llvm::StringRef environ_str = triple.getEnvironmentName(); in DumpTriple()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp941 if (normalized_triple.getEnvironmentName().empty()) in GetAugmentedArchSpec()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp804 << TargetTriple.getEnvironmentName() << '-'; in toString()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4235 } else if (T.getEnvironmentName().empty()) { in ParseLangArgs()
4240 << ShaderStage << T.getEnvironmentName() << T.str(); in ParseLangArgs()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp939 if (new_target_triple.getEnvironmentName().size() == 0) in DidLaunchOrAttach()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12514 StringRef Env = TargetInfo.getTriple().getEnvironmentName(); in ActOnHLSLTopLevelFunction()