Home
last modified time | relevance | path

Searched refs:getEnvironmentVersionString (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h448 StringRef getEnvironmentVersionString() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1217 return parseVersionFromName(getEnvironmentVersionString()); in getEnvironmentVersion()
1220 StringRef Triple::getEnvironmentVersionString() const { in getEnvironmentVersionString() function in Triple
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1448 StringRef TripleVersionName = Triple.getEnvironmentVersionString(); in BuildCompilation()