Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp150 return Triple.getEnvironmentName() == "elf"; in isAArch64BareMetal()
163 return Triple.getEnvironmentName() == "elf"; in isRISCVBareMetal()
H A DHIPUtility.cpp46 T.getOSName() + "-" + T.getEnvironmentName()) in normalizeForBundler()
H A DMSVC.cpp815 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h392 return getEnvironmentName() != ""; in hasEnvironment()
461 StringRef getEnvironmentName() const;
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp397 getTriple().getOSName(), getTriple().getEnvironmentName()); in isBranchProtectionSupportedArch()
1502 Triple.getEnvironmentName()), in RenderScript32TargetInfo()
H A DAArch64.cpp225 << getTriple().getEnvironmentName() << getTriple().getTriple(); in validateTarget()
1705 Triple.getEnvironmentName()), in RenderScript64TargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1323 StringRef Triple::getEnvironmentName() const { in getEnvironmentName() function in Triple
1345 StringRef EnvironmentName = getEnvironmentName(); in getEnvironmentVersionString()
1581 "-" + getEnvironmentName()); in setOSName()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp69 StringRef Env = Target.getTriple().getEnvironmentName(); in isPlatformEnvironment()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp90 t.getOSName(), t.getEnvironmentName()); in OffloadTargetInfo()
100 t.getOSName(), t.getEnvironmentName()); in OffloadTargetInfo()
H A DDriver.cpp1500 if (TC.getTriple().getEnvironmentName() == "elf") { in BuildCompilation()
1509 if (TC.getTriple().getEnvironmentName().starts_with("eabi")) { in BuildCompilation()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp806 normalized_triple.getEnvironmentName().empty(); in ContainsOnlyArch()
1456 llvm::StringRef environ_str = triple.getEnvironmentName(); in DumpTriple()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp869 llvm::StringRef TargetEnvironment(TI.getTriple().getEnvironmentName()); in DiagnoseDeclAvailability()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp693 Context.getTargetInfo().getTriple().getEnvironmentName(); in CheckAvailability()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp871 if (normalized_triple.getEnvironmentName().empty()) in GetAugmentedArchSpec()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp866 << TargetTriple.getEnvironmentName() << '-'; in toString()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4413 } else if (T.getEnvironmentName().empty()) { in ParseLangArgs()
4418 << ShaderStage << T.getEnvironmentName() << T.str(); in ParseLangArgs()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp939 if (new_target_triple.getEnvironmentName().size() == 0) in DidLaunchOrAttach()