Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DOSTargets.cpp24 VersionTuple &PlatformMinVersion) { in getDarwinDefines() argument
66 PlatformMinVersion = OsVersion; in getDarwinDefines()
150 PlatformMinVersion = OsVersion; in getDarwinDefines()
H A DOSTargets.h75 VersionTuple &PlatformMinVersion);
83 this->PlatformMinVersion); in getOSDefines()
380 this->PlatformMinVersion = Triple.getEnvironmentVersion(); in getOSDefines()
381 const unsigned Maj = this->PlatformMinVersion.getMajor(); in getOSDefines()
937 this->PlatformMinVersion = VersionTuple(Opts.FuchsiaAPILevel); in getOSDefines()
H A DAArch64.cpp1049 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion); in getOSDefines()
H A DARM.cpp1396 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion); in getOSDefines()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h222 mutable VersionTuple PlatformMinVersion; variable
1495 VersionTuple getPlatformMinVersion() const { return PlatformMinVersion; } in getPlatformMinVersion()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp150 PlatformMinVersion = VersionTuple(); in TargetInfo()