Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h32 VersionTuple mapToSupportedOSVersion(const Triple &Triple);
H A DTarget.h36 MinDeployment(mapToSupportedOSVersion(Triple)) {} in Target()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp123 VersionTuple mapToSupportedOSVersion(const Triple &Triple) { in mapToSupportedOSVersion() function