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.h39 VersionTuple &PlatformMinVersion);
47 this->PlatformMinVersion); in getOSDefines()
323 this->PlatformMinVersion = Triple.getEnvironmentVersion(); in getOSDefines()
324 const unsigned Maj = this->PlatformMinVersion.getMajor(); in getOSDefines()
869 this->PlatformMinVersion = VersionTuple(Opts.FuchsiaAPILevel); in getOSDefines()
963 this->PlatformMinVersion = Version; in getOSDefines()
H A DDirectX.h61 PlatformMinVersion = Triple.getOSVersion(); in DirectXTargetInfo()
H A DARM.cpp1495 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion); in getOSDefines()
H A DAArch64.cpp1692 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion); in getOSDefines()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h251 mutable VersionTuple PlatformMinVersion; variable
1663 VersionTuple getPlatformMinVersion() const { return PlatformMinVersion; } in getPlatformMinVersion()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp180 PlatformMinVersion = VersionTuple(); in TargetInfo()