Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h43 std::string getOSAndEnvironmentName(PlatformKind Platform,
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp77 getOSAndEnvironmentName(Targ.Platform)) in getTargetTripleName()
H A DPlatform.cpp108 std::string getOSAndEnvironmentName(PlatformKind Platform, in getOSAndEnvironmentName() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp33 TargetTriple.getOSAndEnvironmentName()).str(); in getMultiarchTriple()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h398 StringRef getOSAndEnvironmentName() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp1044 StringRef Triple::getOSAndEnvironmentName() const { in getOSAndEnvironmentName() function in Triple
1243 Triple += getOSAndEnvironmentName(); in setArchName()
1248 setTriple(getArchName() + "-" + Str + "-" + getOSAndEnvironmentName()); in setVendorName()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp86 SmallString<128> PlatformEnv = Target.getTriple().getOSAndEnvironmentName(); in isPlatformEnvironment()