Searched refs:TargetPlatform (Results 1 – 4 of 4) sorted by relevance
286 mutable DarwinPlatformKind TargetPlatform; variable336 if (TargetInitialized && TargetPlatform == Platform && in setTarget()343 TargetPlatform = Platform; in setTarget()352 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIPhoneOS()358 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIOSSimulator()369 return TargetPlatform == TvOS && TargetEnvironment == NativeEnvironment; in isTargetTvOS()374 return TargetPlatform == TvOS && TargetEnvironment == Simulator; in isTargetTvOSSimulator()379 return TargetPlatform == TvOS; in isTargetTvOSBased()389 return TargetPlatform == WatchOS && TargetEnvironment == Simulator; in isTargetWatchOSSimulator()394 return TargetPlatform == WatchOS; in isTargetWatchOSBased()[all …]
969 switch (TargetPlatform) { in getPlatformFamily()996 switch (TargetPlatform) { in getOSLibraryNameSuffix()2076 switch (TargetPlatform) { in isAlignedAllocationUnavailable()
516 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability() local519 if (getRealizedPlatform(A, Context) != TargetPlatform) in CheckAvailability()643 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced() local646 if (getRealizedPlatform(Availability, Context) != TargetPlatform) in getVersionIntroduced()
7349 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform() local7352 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()