Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h298 IPhoneOS, enumerator
394 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIPhoneOS()
400 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIOSSimulator()
455 return TargetPlatform == IPhoneOS && TargetEnvironment == MacCatalyst; in isTargetMacCatalyst()
H A DDarwin.cpp1318 case DarwinPlatformKind::IPhoneOS: in getPlatformFamily()
1350 case DarwinPlatformKind::IPhoneOS: in getOSLibraryNameSuffix()
1664 case DarwinPlatformKind::IPhoneOS: in addOSVersionMinArgument()
1816 return DarwinPlatformKind::IPhoneOS; in getPlatformFromOS()
1872 Darwin::IPhoneOS, iOSVersion, in getDeploymentTargetFromOSVersionArg()
1990 Darwin::IPhoneOS, Version, in inferDeploymentTargetFromSDK()
2307 } else if (Platform == IPhoneOS) { in AddDeploymentTarget()
2896 case IPhoneOS: in isAlignedAllocationUnavailable()
2922 case Darwin::IPhoneOS: in sdkSupportsBuiltinModules()
3199 case Darwin::IPhoneOS: in getPlatformName()
[all …]