Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h471 StringRef getEnvironmentVersionString() const;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1341 return parseVersionFromName(getEnvironmentVersionString()); in getEnvironmentVersion()
1344 StringRef Triple::getEnvironmentVersionString() const { in getEnvironmentVersionString() function in Triple
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1471 StringRef TripleVersionName = Triple.getEnvironmentVersionString(); in BuildCompilation()