reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/TextAPI/MachO/Platform.cpp
   29     return WantSim ? PlatformKind::watchOSSimulator : PlatformKind::watchOS;
   50     return Target.isSimulatorEnvironment() ? PlatformKind::watchOSSimulator
   84   case PlatformKind::watchOSSimulator:
lib/TextAPI/MachO/Target.cpp
   35                  .Case("watchos-simulator", PlatformKind::watchOSSimulator)
lib/TextAPI/MachO/TextStub.cpp
  407     case PlatformKind::watchOSSimulator:
unittests/TextAPI/TextStubV4Tests.cpp
  418   EXPECT_EQ(PlatformKind::watchOSSimulator, *File->getPlatforms().begin());