Home
last modified time | relevance | path

Searched refs:PlatformMinVersion (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp58 VersionTuple &PlatformMinVersion) { in getDarwinDefines() argument
80 PlatformMinVersion = OsVersion; in getDarwinDefines()
133 PlatformMinVersion = OsVersion; in getDarwinDefines()
H A DDirectX.h65 PlatformMinVersion = Triple.getOSVersion(); in DirectXTargetInfo()
H A DOSTargets.h42 VersionTuple &PlatformMinVersion);
74 this->PlatformMinVersion); in getOSDefines()
348 this->PlatformMinVersion = Triple.getEnvironmentVersion(); in getOSDefines()
349 const unsigned Maj = this->PlatformMinVersion.getMajor(); in getOSDefines()
933 this->PlatformMinVersion = VersionTuple(Opts.FuchsiaAPILevel); in getOSDefines()
1028 this->PlatformMinVersion = Version; in getOSDefines()
H A DARM.cpp1580 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion); in getOSDefines()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h260 mutable VersionTuple PlatformMinVersion; variable
1694 VersionTuple getPlatformMinVersion() const { return PlatformMinVersion; } in getPlatformMinVersion()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp187 PlatformMinVersion = VersionTuple(); in TargetInfo()