Searched refs:TargetPlatform (Results 1 – 4 of 4) sorted by relevance
287 mutable DarwinPlatformKind TargetPlatform; variable344 if (TargetInitialized && TargetPlatform == Platform && in setTarget()352 TargetPlatform = Platform; in setTarget()367 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIPhoneOS()373 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIOSSimulator()389 return TargetPlatform == TvOS && TargetEnvironment == Simulator; in isTargetTvOSSimulator()394 return TargetPlatform == TvOS; in isTargetTvOSBased()404 return TargetPlatform == WatchOS && TargetEnvironment == Simulator; in isTargetWatchOSSimulator()409 return TargetPlatform == WatchOS; in isTargetWatchOSBased()418 return TargetPlatform == MacOS; in isTargetMacOS()[all …]
1139 switch (TargetPlatform) { in getPlatformFamily()1167 switch (TargetPlatform) { in getOSLibraryNameSuffix()2489 switch (TargetPlatform) { in isAlignedAllocationUnavailable()2722 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()