Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DOSTargets.cpp24 VersionTuple &PlatformMinVersion) { in getDarwinDefines() argument
66 PlatformMinVersion = OsVersion; in getDarwinDefines()
115 PlatformMinVersion = OsVersion; in getDarwinDefines()
H A DDirectX.h59 PlatformMinVersion = Triple.getOSVersion(); in DirectXTargetInfo()
H A DOSTargets.h73 VersionTuple &PlatformMinVersion);
81 this->PlatformMinVersion); in getOSDefines()
379 this->PlatformMinVersion = Triple.getEnvironmentVersion(); in getOSDefines()
380 const unsigned Maj = this->PlatformMinVersion.getMajor(); in getOSDefines()
930 this->PlatformMinVersion = VersionTuple(Opts.FuchsiaAPILevel); in getOSDefines()
H A DARM.cpp1426 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion); in getOSDefines()
H A DAArch64.cpp1465 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion); in getOSDefines()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h237 mutable VersionTuple PlatformMinVersion; variable
1543 VersionTuple getPlatformMinVersion() const { return PlatformMinVersion; } in getPlatformMinVersion()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp177 PlatformMinVersion = VersionTuple(); in TargetInfo()