Searched refs:TargetPlatform (Results 1 – 5 of 5) sorted by relevance
368 mutable DarwinPlatformKind TargetPlatform; variable431 if (TargetInitialized && TargetPlatform == Platform && in setTarget()439 TargetPlatform = Platform; in setTarget()454 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIPhoneOS()460 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) && in isTargetIOSSimulator()470 return TargetPlatform == XROS && TargetEnvironment == NativeEnvironment; in isTargetXROSDevice()474 return TargetPlatform == XROS && TargetEnvironment == Simulator; in isTargetXROSSimulator()477 bool isTargetXROS() const { return TargetPlatform == XROS; } in isTargetXROS()481 return TargetPlatform == TvOS && TargetEnvironment == NativeEnvironment; in isTargetTvOS()486 return TargetPlatform == TvOS && TargetEnvironment == Simulator; in isTargetTvOSSimulator()[all …]
1386 switch (TargetPlatform) { in getPlatformFamily()1418 switch (TargetPlatform) { in getOSLibraryNameSuffix()3085 switch (TargetPlatform) { in isAlignedAllocationUnavailable()3162 switch (TargetPlatform) { in isSizedDeallocationUnavailable()3291 switch (TargetPlatform) { in addClangTargetOptions()3555 [&](const VersionTuple &TV, Darwin::DarwinPlatformKind TargetPlatform, in addPlatformVersionArgs()3562 getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()3567 if ((TargetPlatform == Darwin::IPhoneOS || in addPlatformVersionArgs()3568 TargetPlatform == Darwin::TvOS) && in addPlatformVersionArgs()3579 if (TargetPlatform == IPhoneOS && TargetEnvironment == MacCatalyst) { in addPlatformVersionArgs()[all …]
664 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability() local667 if (getRealizedPlatform(A, Context) != TargetPlatform) in CheckAvailability()812 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getVersionIntroduced() local815 if (getRealizedPlatform(Availability, Context) != TargetPlatform) in getVersionIntroduced()
71 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform() local74 if (RealizedPlatform == TargetPlatform) { in getAttrForPlatform()
2323 StringRef TargetPlatform = in FindAvailabilityAttr() local2327 if (AttrPlatform == TargetPlatform) { in FindAvailabilityAttr()