Searched refs:tvOS (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/ |
| D | Platform.cpp | 27 case PlatformKind::tvOS: in mapToPlatformKind() 28 return WantSim ? PlatformKind::tvOSSimulator : PlatformKind::tvOS; in mapToPlatformKind() 49 : PlatformKind::tvOS; in mapToPlatformKind() 73 case PlatformKind::tvOS: in getPlatformName() 97 .Case("tvos", PlatformKind::tvOS) in getPlatformFromName() 117 case PlatformKind::tvOS: in getOSAndEnvironmentName()
|
| D | TextStubCommon.cpp | 78 case PlatformKind::tvOS: in output() 113 .Case("tvos", PlatformKind::tvOS) in input()
|
| D | Target.cpp | 29 .Case("tvos", PlatformKind::tvOS) in create()
|
| D | TextStub.cpp | 389 case PlatformKind::tvOS: in output()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/ |
| D | LLDBAssert.cpp | 32 if (__builtin_available(macos 10.12, iOS 10, tvOS 10, watchOS 3, *)) { in lldb_assert()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | Signposts.h | 30 __builtin_available(macos 10.14, iOS 12, tvOS 12, watchOS 5, *)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| D | Platform.h | 26 tvOS = MachO::PLATFORM_TVOS, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/lld/MachO/ |
| D | Driver.cpp | 671 .Cases("tvos", "3", PlatformKind::tvOS) in parsePlatformVersion() 892 return PlatformKind::tvOS; in removeSimulator() 904 {PlatformKind::tvOS, VersionTuple(13, 0)}, in dataConstDefault() 1241 PlatformKind::iOS, PlatformKind::watchOS, PlatformKind::tvOS}; in link()
|
| D | Writer.cpp | 422 case PlatformKind::tvOS: in writeTo() 694 {PlatformKind::tvOS, VersionTuple(12, 0)}, in useLCBuildVersion()
|
| D | InputFiles.cpp | 131 info.target.Platform = PlatformKind::tvOS; in getPlatformInfos()
|
| D | Options.td | 350 HelpText<"Oldest tvOS version for which linked output is usable">,
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | Attr.td | 853 .Case("tvos", "tvOS") 857 .Case("tvos_app_extension", "tvOS (App Extension)") 868 .Case("tvos", "tvOS") 883 .Case("tvOS", "tvos")
|
| D | AttrDocs.td | 1423 ``tvOS`` can be implicitly inferred from an ``iOS`` availability attribute. 1441 Apple's tvOS operating system. The minimum deployment target is specified by 1516 For platforms like ``watchOS`` and ``tvOS``, whose availability attributes can 1523 example, the function below will receive the ``tvOS`` availability from the 1528 …#pragma clang attribute push (__attribute__((availability(tvOS, introduced=12.0))), apply_to=funct… 1533 as well. For example, when targeting ``tvOS``, the function below will receive 1534 a ``tvOS`` availability attribute that is implicitly inferred from the ``iOS`` 1546 For example, the function below will receive the ``tvOS, introduced=11.0``
|
| /freebsd-12-stable/contrib/unbound/doc/ |
| D | Changelog | 1988 - Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as 2239 unavailable: not available on tvOS.
|