Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1674 static DarwinPlatform createFromSDK(DarwinPlatformKind Platform, in createFromSDK() function
1876 return DarwinPlatform::createFromSDK( in inferDeploymentTargetFromSDK()
1880 return DarwinPlatform::createFromSDK(Darwin::MacOS, in inferDeploymentTargetFromSDK()
1883 return DarwinPlatform::createFromSDK( in inferDeploymentTargetFromSDK()
1887 return DarwinPlatform::createFromSDK( in inferDeploymentTargetFromSDK()
1891 return DarwinPlatform::createFromSDK(Darwin::DriverKit, Version); in inferDeploymentTargetFromSDK()