Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h383 VersionTuple getEnvironmentVersion() const;
749 VersionTuple Version = getEnvironmentVersion(); in isAndroidVersionLT()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h323 this->PlatformMinVersion = Triple.getEnvironmentVersion(); in getOSDefines()
956 auto Version = Triple.getEnvironmentVersion(); in getOSDefines()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp318 llvm::to_string(Triple.getEnvironmentVersion().getMajor())), in Linux()
H A DMSVC.cpp783 MSVT = getTriple().getEnvironmentVersion(); in computeMSVCVersion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp275 VersionTuple Version = T.getEnvironmentVersion(); in initialize()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp688 unsigned TripleVersion = getTriple().getEnvironmentVersion().getMajor(); in getFallbackAndroidTargetPath()
H A DDriver.cpp1450 if (Triple.getEnvironmentVersion().empty() && TripleVersionName != "") { in BuildCompilation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1216 VersionTuple Triple::getEnvironmentVersion() const { in getEnvironmentVersion() function in Triple