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.h429 LLVM_ABI VersionTuple getEnvironmentVersion() const;
824 VersionTuple Version = getEnvironmentVersion(); in isAndroidVersionLT()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h348 this->PlatformMinVersion = Triple.getEnvironmentVersion(); in getOSDefines()
1026 auto Version = Triple.getEnvironmentVersion(); in getOSDefines()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp340 llvm::to_string(Triple.getEnvironmentVersion().getMajor())), in Linux()
H A DMSVC.cpp799 MSVT = getTriple().getEnvironmentVersion(); in computeMSVCVersion()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp888 unsigned TripleVersion = getTriple().getEnvironmentVersion().getMajor(); in getFallbackAndroidTargetPath()
964 (!T.getOSVersion().empty() || !T.getEnvironmentVersion().empty())) { in getTargetSubDirPath()
H A DDriver.cpp1765 if (Triple.getEnvironmentVersion().empty() && TripleVersionName != "" && in BuildCompilation()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp289 VersionTuple Version = T.getEnvironmentVersion(); in initializeLibCalls()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1393 VersionTuple Triple::getEnvironmentVersion() const { in getEnvironmentVersion() function in Triple