Home
last modified time | relevance | path

Searched refs:getOSAndEnvironmentName (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp41 triple.getOSAndEnvironmentName().empty()) in getTargetIncludePaths()
43 triple.getOSAndEnvironmentName()) in getTargetIncludePaths()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h31 LLVM_ABI std::string getOSAndEnvironmentName(PlatformType Platform,
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp81 getOSAndEnvironmentName(Targ.Platform, Version))
H A DPlatform.cpp90 std::string getOSAndEnvironmentName(PlatformType Platform, in getOSAndEnvironmentName() function
H A DTextStubV5.cpp778 : getOSAndEnvironmentName(Targ.Platform); in getFormattedStr()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp34 TargetTriple.getOSAndEnvironmentName()).str(); in getMultiarchTriple()
H A DGnu.cpp2109 StringRef OSEnv = TargetTriple.getOSAndEnvironmentName(); in init()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp80 SmallString<128> PlatformEnv = Target.getTriple().getOSAndEnvironmentName(); in isPlatformEnvironment()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1382 StringRef Triple::getOSAndEnvironmentName() const { in getOSAndEnvironmentName() function in Triple
1639 setTriple(Str + "-" + getVendorName() + "-" + getOSAndEnvironmentName()); in setArchName()
1643 setTriple(getArchName() + "-" + Str + "-" + getOSAndEnvironmentName()); in setVendorName()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h495 LLVM_ABI StringRef getOSAndEnvironmentName() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24392 {"_ZNK4llvm6Triple23getOSAndEnvironmentNameEv", "llvm::Triple::getOSAndEnvironmentName() const"},