Home
last modified time | relevance | path

Searched refs:tvOS (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/
DPlatform.cpp27 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()
DTextStubCommon.cpp78 case PlatformKind::tvOS: in output()
113 .Case("tvos", PlatformKind::tvOS) in input()
DTarget.cpp29 .Case("tvos", PlatformKind::tvOS) in create()
DTextStub.cpp389 case PlatformKind::tvOS: in output()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DLLDBAssert.cpp32 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/
DSignposts.h30 __builtin_available(macos 10.14, iOS 12, tvOS 12, watchOS 5, *)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/
DPlatform.h26 tvOS = MachO::PLATFORM_TVOS, enumerator
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DDriver.cpp671 .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()
DWriter.cpp422 case PlatformKind::tvOS: in writeTo()
694 {PlatformKind::tvOS, VersionTuple(12, 0)}, in useLCBuildVersion()
DInputFiles.cpp131 info.target.Platform = PlatformKind::tvOS; in getPlatformInfos()
DOptions.td350 HelpText<"Oldest tvOS version for which linked output is usable">,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DAttr.td853 .Case("tvos", "tvOS")
857 .Case("tvos_app_extension", "tvOS (App Extension)")
868 .Case("tvos", "tvOS")
883 .Case("tvOS", "tvos")
DAttrDocs.td1423 ``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/
DChangelog1988 - Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as
2239 unavailable: not available on tvOS.