Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h321 return getEnvironmentName() != ""; in hasEnvironment()
393 StringRef getEnvironmentName() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp207 if (normalized_triple.getEnvironmentName().empty()) in GetAugmentedArchSpec()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp139 return Triple.getEnvironmentName() == "elf"; in isRISCVBareMetal()
H A DMSVC.cpp1373 StringRef ObjFmt = Triple.getEnvironmentName().split('-').second; in ComputeEffectiveClangTriple()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp1038 StringRef Triple::getEnvironmentName() const { in getEnvironmentName() function in Triple
1086 StringRef EnvironmentName = getEnvironmentName(); in getEnvironmentVersion()
1254 "-" + getEnvironmentName()); in setOSName()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp70 StringRef Env = Target.getTriple().getEnvironmentName(); in isPlatformEnvironment()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp960 Triple.getEnvironmentName()), in RenderScript64TargetInfo()
H A DARM.cpp1317 Triple.getEnvironmentName()), in RenderScript32TargetInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp798 normalized_triple.getEnvironmentName().empty(); in ContainsOnlyArch()
1466 llvm::StringRef environ_str = triple.getEnvironmentName(); in DumpTriple()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp422 << TargetTriple.getEnvironmentName() << '-'; in toString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp961 if (normalized_triple.getEnvironmentName().empty()) in GetAugmentedArchSpec()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1087 if (new_target_triple.getEnvironmentName().size() == 0) in DidLaunchOrAttach()