Searched refs:WantSim (Results 1 – 2 of 2) sorted by relevance
21 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim) { in mapToPlatformKind() argument26 return WantSim ? PlatformKind::iOSSimulator : PlatformKind::iOS; in mapToPlatformKind()28 return WantSim ? PlatformKind::tvOSSimulator : PlatformKind::tvOS; in mapToPlatformKind()30 return WantSim ? PlatformKind::watchOSSimulator : PlatformKind::watchOS; in mapToPlatformKind()
38 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim);