Home
last modified time | relevance | path

Searched refs:getOSAndEnvironmentName (Results 1 – 10 of 10) 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.h30 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.cpp750 : getOSAndEnvironmentName(Targ.Platform); in getFormattedStr()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1329 StringRef Triple::getOSAndEnvironmentName() const { in getOSAndEnvironmentName() function in Triple
1570 Triple += getOSAndEnvironmentName(); in setArchName()
1575 setTriple(getArchName() + "-" + Str + "-" + getOSAndEnvironmentName()); in setVendorName()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp35 TargetTriple.getOSAndEnvironmentName()).str(); in getMultiarchTriple()
H A DGnu.cpp2233 StringRef OSEnv = TargetTriple.getOSAndEnvironmentName(); in init()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp85 SmallString<128> PlatformEnv = Target.getTriple().getOSAndEnvironmentName(); in isPlatformEnvironment()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h465 StringRef getOSAndEnvironmentName() const;