Home
last modified time | relevance | path

Searched refs:getCanonicalVersionForOS (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h1063 static VersionTuple getCanonicalVersionForOS(OSType OSKind,
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTripleTest.cpp1689 Triple::getCanonicalVersionForOS(Triple::MacOSX, in TEST()
1691 EXPECT_EQ(VersionTuple(11, 0), Triple::getCanonicalVersionForOS( in TEST()
1694 Triple::getCanonicalVersionForOS(Triple::Darwin, VersionTuple(20))); in TEST()
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp1922 VersionTuple Triple::getCanonicalVersionForOS(OSType OSKind, in getCanonicalVersionForOS() function in Triple