Home
last modified time | relevance | path

Searched refs:withMajorReplaced (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp112 VersionTuple VersionTuple::withMajorReplaced(unsigned NewMajor) const { in withMajorReplaced() function in VersionTuple
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h104 LLVM_ABI VersionTuple withMajorReplaced(unsigned NewMajor) const;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1508 return Version.withMajorReplaced(Version.getMajor() + 16); in getiOSVersion()
1563 return Version.withMajorReplaced(19); in getDriverKitVersion()
2193 return Version.withMajorReplaced(Version.getMajor() + MacOSRangeBump); in getCanonicalVersionForOS()
2202 return Version.withMajorReplaced(Version.getMajor() + IOSRangeBump); in getCanonicalVersionForOS()
2210 return Version.withMajorReplaced(Version.getMajor() + XROSRangeBump); in getCanonicalVersionForOS()
2218 return Version.withMajorReplaced(Version.getMajor() + WatchOSRangeBump); in getCanonicalVersionForOS()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp2222 OsVersion = OsVersion.withMajorReplaced(1); in getInferredOSVersion()