Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DTriple.h935 VersionTuple getMinimumSupportedOSVersion() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DDarwin.h460 .getMinimumSupportedOSVersion();
DDarwin.cpp2694 VersionTuple MinTgtVers = getEffectiveTriple().getMinimumSupportedOSVersion(); in addMinVersionArgs()
2727 VersionTuple MinTgtVers = getEffectiveTriple().getMinimumSupportedOSVersion(); in addPlatformVersionArgs()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCStreamer.cpp1238 VersionTuple Min = Target.getMinimumSupportedOSVersion(); in targetVersionOrMinimumSupportedOSVersion()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DTriple.cpp1671 VersionTuple Triple::getMinimumSupportedOSVersion() const { in getMinimumSupportedOSVersion() function in Triple