Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp24 VersionTuple &PlatformMinVersion) { in getDarwinDefines() argument
66 PlatformMinVersion = OsVersion; in getDarwinDefines()
122 PlatformMinVersion = OsVersion; in getDarwinDefines()
H A DDirectX.h62 PlatformMinVersion = Triple.getOSVersion(); in DirectXTargetInfo()
H A DOSTargets.h39 VersionTuple &PlatformMinVersion);
47 this->PlatformMinVersion); in getOSDefines()
323 this->PlatformMinVersion = Triple.getEnvironmentVersion(); in getOSDefines()
324 const unsigned Maj = this->PlatformMinVersion.getMajor(); in getOSDefines()
865 this->PlatformMinVersion = VersionTuple(Opts.FuchsiaAPILevel); in getOSDefines()
958 this->PlatformMinVersion = Version; in getOSDefines()
H A DARM.cpp1494 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion); in getOSDefines()
H A DAArch64.cpp1612 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion); in getOSDefines()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h245 mutable VersionTuple PlatformMinVersion; variable
1576 VersionTuple getPlatformMinVersion() const { return PlatformMinVersion; } in getPlatformMinVersion()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp179 PlatformMinVersion = VersionTuple(); in TargetInfo()