|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/TextAPI/MachO/Platform.cpp 26 case PlatformKind::tvOS:
27 return WantSim ? PlatformKind::tvOSSimulator : PlatformKind::tvOS;
48 : PlatformKind::tvOS;
72 case PlatformKind::tvOS:
lib/TextAPI/MachO/Target.cpp 29 .Case("tvos", PlatformKind::tvOS)
lib/TextAPI/MachO/TextStub.cpp 389 case PlatformKind::tvOS:
lib/TextAPI/MachO/TextStubCommon.cpp 71 case PlatformKind::tvOS:
100 .Case("tvos", PlatformKind::tvOS)
tools/llvm-ifs/llvm-ifs.cpp 229 return llvm::MachO::PlatformKind::tvOS;
unittests/TextAPI/TextStubV1Tests.cpp 276 auto Platform = PlatformKind::tvOS;
unittests/TextAPI/TextStubV2Tests.cpp 297 auto Platform = PlatformKind::tvOS;
unittests/TextAPI/TextStubV3Tests.cpp 254 auto Platform = PlatformKind::tvOS;
unittests/TextAPI/TextStubV4Tests.cpp 250 Platforms.insert(PlatformKind::tvOS);
272 Platforms.insert(PlatformKind::tvOS);