Searched refs:TargetPlatform (Results 1 – 10 of 10) 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 …]
1129 switch (TargetPlatform) { in getPlatformFamily()1155 switch (TargetPlatform) { in getOSLibraryNameSuffix()2413 switch (TargetPlatform) { in isAlignedAllocationUnavailable()2632 std::string PlatformName = getPlatformName(TargetPlatform, TargetEnvironment); in addPlatformVersionArgs()
18 platform: org.jetbrains.kotlin.platform.TargetPlatform in getResolutionFacade()25 platform: org.jetbrains.kotlin.platform.TargetPlatform in getResolutionFacadeByFile()32 platform: org.jetbrains.kotlin.platform.TargetPlatform in getResolutionFacadeByModuleInfo()
49 import org.jetbrains.kotlin.platform.TargetPlatform in <lambda>()132 override val platform: TargetPlatform in <lambda>()140 override val platform: TargetPlatform in <lambda>()
391 mutable DarwinPlatformKind TargetPlatform; variable435 if (TargetInitialized && TargetPlatform == Platform && in setTarget()441 TargetPlatform = Platform; in setTarget()447 return TargetPlatform == IPhoneOS || TargetPlatform == TvOS; in isTargetIPhoneOS()452 return TargetPlatform == IPhoneOSSimulator || in isTargetIOSSimulator()453 TargetPlatform == TvOSSimulator; in isTargetIOSSimulator()463 return TargetPlatform == TvOS; in isTargetTvOS()468 return TargetPlatform == TvOSSimulator; in isTargetTvOSSimulator()473 return TargetPlatform == TvOS || TargetPlatform == TvOSSimulator; in isTargetTvOSBased()478 return TargetPlatform == WatchOS; in isTargetWatchOS()[all …]
334 switch (TargetPlatform) { in getPlatformFamily()364 switch(TargetPlatform) { in getOSLibraryNameSuffix()
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()
421 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability() local424 if (RealizedPlatform != TargetPlatform) in CheckAvailability()
6239 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in getAttrForPlatform() local6242 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()