Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h402 VersionTuple getEnvironmentVersion() const;
781 VersionTuple Version = getEnvironmentVersion(); in isAndroidVersionLT()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h323 this->PlatformMinVersion = Triple.getEnvironmentVersion(); in getOSDefines()
961 auto Version = Triple.getEnvironmentVersion(); in getOSDefines()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp329 llvm::to_string(Triple.getEnvironmentVersion().getMajor())), in Linux()
H A DMSVC.cpp786 MSVT = getTriple().getEnvironmentVersion(); in computeMSVCVersion()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp281 VersionTuple Version = T.getEnvironmentVersion(); in initializeLibCalls()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp722 unsigned TripleVersion = getTriple().getEnvironmentVersion().getMajor(); in getFallbackAndroidTargetPath()
H A DDriver.cpp1474 if (Triple.getEnvironmentVersion().empty() && TripleVersionName != "" && in BuildCompilation()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1340 VersionTuple Triple::getEnvironmentVersion() const { in getEnvironmentVersion() function in Triple