Searched refs:TargetPlatform (Results 1 – 4 of 4) sorted by relevance
289 mutable DarwinPlatformKind TargetPlatform; variable343 if (TargetInitialized && TargetPlatform == Platform && in setTarget()350 TargetPlatform = Platform; in setTarget()360 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIPhoneOS()366 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIOSSimulator()377 return TargetPlatform == TvOS && TargetEnvironment == NativeEnvironment; in isTargetTvOS()382 return TargetPlatform == TvOS && TargetEnvironment == Simulator; in isTargetTvOSSimulator()387 return TargetPlatform == TvOS; in isTargetTvOSBased()392 return TargetPlatform == WatchOS && TargetEnvironment == NativeEnvironment; in isTargetWatchOS()397 return TargetPlatform == WatchOS && TargetEnvironment == Simulator; in isTargetWatchOSSimulator()[all …]
1141 switch (TargetPlatform) { in getPlatformFamily()1167 switch (TargetPlatform) { in getOSLibraryNameSuffix()2442 switch (TargetPlatform) { in isAlignedAllocationUnavailable()2661 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()
549 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability() local552 if (getRealizedPlatform(A, Context) != TargetPlatform) in CheckAvailability()676 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced() local679 if (getRealizedPlatform(Availability, Context) != TargetPlatform) in getVersionIntroduced()
44 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform() local47 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()