Searched refs:WantSim (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DPlatform.cpp20 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim) { argument
25 return WantSim ? PlatformKind::iOSSimulator : PlatformKind::iOS;
27 return WantSim ? PlatformKind::tvOSSimulator : PlatformKind::tvOS;
29 return WantSim ? PlatformKind::watchOSSimulator : PlatformKind::watchOS;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DPlatform.h37 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim);

Completed in 54 milliseconds