Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp41 triple.getOSAndEnvironmentName().empty()) in getTargetIncludePaths()
43 triple.getOSAndEnvironmentName()) in getTargetIncludePaths()
/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/
H A DPlatform.h28 std::string getOSAndEnvironmentName(PlatformType Platform,
/openbsd-src/gnu/llvm/llvm/lib/TextAPI/
H A DTarget.cpp74 getOSAndEnvironmentName(Targ.Platform)) in getTargetTripleName()
H A DPlatform.cpp106 std::string getOSAndEnvironmentName(PlatformType Platform, in getOSAndEnvironmentName() function
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp1196 StringRef Triple::getOSAndEnvironmentName() const { in getOSAndEnvironmentName() function in Triple
1370 Triple += getOSAndEnvironmentName(); in setArchName()
1375 setTriple(getArchName() + "-" + Str + "-" + getOSAndEnvironmentName()); in setVendorName()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp35 TargetTriple.getOSAndEnvironmentName()).str(); in getMultiarchTriple()
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h436 StringRef getOSAndEnvironmentName() const;
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DModule.cpp86 SmallString<128> PlatformEnv = Target.getTriple().getOSAndEnvironmentName(); in isPlatformEnvironment()