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.h501 LLVM_ABI StringRef getEnvironmentVersionString() const;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1394 return parseVersionFromName(getEnvironmentVersionString()); in getEnvironmentVersion()
1397 StringRef Triple::getEnvironmentVersionString() const { in getEnvironmentVersionString() function in Triple
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1762 StringRef TripleVersionName = Triple.getEnvironmentVersionString(); in BuildCompilation()