Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DDarwin.h493 .getMinimumSupportedOSVersion();
H A DDarwin.cpp3006 VersionTuple MinTgtVers = getEffectiveTriple().getMinimumSupportedOSVersion(); in addMinVersionArgs()
3024 TargetVariantTriple->getMinimumSupportedOSVersion(); in addMinVersionArgs()
3072 VersionTuple MinTgtVers = TT.getMinimumSupportedOSVersion(); in addPlatformVersionArgs()
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h1063 VersionTuple getMinimumSupportedOSVersion() const;
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp88 serializeSemanticVersion(T.getMinimumSupportedOSVersion())); in serializeOperatingSystem()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp1263 VersionTuple Min = Target.getMinimumSupportedOSVersion(); in targetVersionOrMinimumSupportedOSVersion()
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp1848 VersionTuple Triple::getMinimumSupportedOSVersion() const { in getMinimumSupportedOSVersion() function in Triple