Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1804 static DarwinPlatform createFromSDK(DarwinPlatformKind Platform, in createFromSDK() function
2020 return DarwinPlatform::createFromSDK( in inferDeploymentTargetFromSDK()
2024 return DarwinPlatform::createFromSDK(Darwin::MacOS, in inferDeploymentTargetFromSDK()
2027 return DarwinPlatform::createFromSDK( in inferDeploymentTargetFromSDK()
2032 return DarwinPlatform::createFromSDK( in inferDeploymentTargetFromSDK()
2036 return DarwinPlatform::createFromSDK( in inferDeploymentTargetFromSDK()
2040 return DarwinPlatform::createFromSDK(Darwin::DriverKit, Version); in inferDeploymentTargetFromSDK()