Searched refs:TargetPlatform (Results 1 – 2 of 2) sorted by relevance
328 mutable DarwinPlatformKind TargetPlatform; variable379 if (TargetInitialized && TargetPlatform == Platform && in setTarget()385 TargetPlatform = Platform; in setTarget()391 return TargetPlatform == IPhoneOS; in isTargetIPhoneOS()396 return TargetPlatform == IPhoneOSSimulator; in isTargetIOSSimulator()405 return TargetPlatform == MacOS; in isTargetMacOS()
355 StringRef TargetPlatform = Context.getTargetInfo().getPlatformName(); in CheckAvailability() local358 if (RealizedPlatform != TargetPlatform) in CheckAvailability()