Home
last modified time | relevance | path

Searched refs:tvOSSimulator (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DPlatform.cpp28 return WantSim ? PlatformKind::tvOSSimulator : PlatformKind::tvOS; in mapToPlatformKind()
48 return Target.isSimulatorEnvironment() ? PlatformKind::tvOSSimulator in mapToPlatformKind()
83 case PlatformKind::tvOSSimulator: in getPlatformName()
102 .Case("tvos-simulator", PlatformKind::tvOSSimulator) in getPlatformFromName()
H A DTarget.cpp34 .Case("tvos-simulator", PlatformKind::tvOSSimulator) in create()
H A DTextStubCommon.cpp76 case PlatformKind::tvOSSimulator: in output()
H A DTextStub.cpp404 case PlatformKind::tvOSSimulator: in output()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DPlatform.h31 tvOSSimulator = MachO::PLATFORM_TVOSSIMULATOR, enumerator