Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp40 triple.getOSAndEnvironmentName().empty()) in getTargetIncludePaths()
42 triple.getOSAndEnvironmentName()) in getTargetIncludePaths()
/llvm-project-15.0.7/llvm/include/llvm/TextAPI/
H A DPlatform.h28 std::string getOSAndEnvironmentName(PlatformType Platform,
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTarget.cpp74 getOSAndEnvironmentName(Targ.Platform)) in getTargetTripleName()
H A DPlatform.cpp106 std::string getOSAndEnvironmentName(PlatformType Platform, in getOSAndEnvironmentName() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp1172 StringRef Triple::getOSAndEnvironmentName() const { in getOSAndEnvironmentName() function in Triple
1346 Triple += getOSAndEnvironmentName(); in setArchName()
1351 setTriple(getArchName() + "-" + Str + "-" + getOSAndEnvironmentName()); in setVendorName()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h426 StringRef getOSAndEnvironmentName() const;
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp35 TargetTriple.getOSAndEnvironmentName()).str(); in getMultiarchTriple()
/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp86 SmallString<128> PlatformEnv = Target.getTriple().getOSAndEnvironmentName(); in isPlatformEnvironment()