Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1775 static DarwinPlatform createFromSDK(DarwinPlatformKind Platform, in createFromSDK() function
1989 return DarwinPlatform::createFromSDK( in inferDeploymentTargetFromSDK()
1993 return DarwinPlatform::createFromSDK(Darwin::MacOS, in inferDeploymentTargetFromSDK()
1996 return DarwinPlatform::createFromSDK( in inferDeploymentTargetFromSDK()
2001 return DarwinPlatform::createFromSDK( in inferDeploymentTargetFromSDK()
2005 return DarwinPlatform::createFromSDK( in inferDeploymentTargetFromSDK()
2009 return DarwinPlatform::createFromSDK(Darwin::DriverKit, Version); in inferDeploymentTargetFromSDK()