Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp127 return Triple::getCanonicalVersionForOS( in mapToSupportedOSVersion()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1501 return getCanonicalVersionForOS(OSType::IOS, Version, in getiOSVersion()
1512 return getCanonicalVersionForOS(OSType::XROS, Version, in getiOSVersion()
1520 return getCanonicalVersionForOS( in getiOSVersion()
2177 VersionTuple Triple::getCanonicalVersionForOS(OSType OSKind, in getCanonicalVersionForOS() function in Triple
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1319 getCanonicalVersionForOS(OSType OSKind, const VersionTuple &Version,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1730 return llvm::Triple::getCanonicalVersionForOS( in getCanonicalOSVersion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp5172 return llvm::Triple::getCanonicalVersionForOS( in ActOnObjCAvailabilityCheckExpr()
H A DSemaDeclAttr.cpp2450 auto CanonicalVersion = llvm::Triple::getCanonicalVersionForOS( in handleAvailabilityAttr()