Home
last modified time | relevance | path

Searched refs:watchOS (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DXcodeSDK.cpp35 case XcodeSDK::watchOS: in GetName()
77 return XcodeSDK::watchOS; in ParseSDKName()
183 case watchOS: in GetCanonicalName()
212 case Type::watchOS: in SDKSupportsModules()
234 case Type::watchOS: in SupportsSwift()
278 return XcodeSDK::watchOS; in GetSDKTypeForTriple()
H A DLLDBAssert.cpp32 if (__builtin_available(macos 10.12, iOS 10, tvOS 10, watchOS 3, *)) { in lldb_assert()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DXcodeSDK.h36 watchOS, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSignposts.cpp24 __builtin_available(macos 10.14, iOS 12, tvOS 12, watchOS 5, *)
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DPseudoTerminal.cpp120 if (__builtin_available(macos 10.13.4, iOS 11.3, tvOS 11.3, watchOS 4.4, *)) { in GetSecondaryName()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dindex.rst73 * iOS, tvOS, and watchOS simulator debugging on i386, x86_64 and AArch64
74 * iOS, tvOS, and watchOS device debugging on ARM and AArch64
H A Dlldb-gdb-remote.txt1949 // On OS X 10.11, iOS 9, tvOS 9, watchOS 2 and earlier, the packet is used like
1954 // debugserver. This use is not supported on macOS 10.12, iOS 10, tvOS 10, watchOS 3 or newer.
1956 // On macOS 10.12, iOS 10, tvOS 10, watchOS 3 and newer, there are two calls. One requests inform…
2023 // On OS X 10.11, iOS 9, tvOS 9, watchOS 2 and older: Low. If this packet is absent,
2025 // On macOS 10.12, iOS 10, tvOS 10, watchOS 3 and newer: High. If this packet is absent,
/openbsd-src/gnu/llvm/lldb/docs/status/
H A Dstatus.rst20 LLDB is the system debugger on macOS, iOS, tvOS, and watchOS and
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1036 case XcodeSDK::Type::watchOS: in AddClangModuleCompilationOptionsForSDKType()
1083 case XcodeSDK::Type::watchOS: in AddClangModuleCompilationOptionsForSDKType()
/openbsd-src/gnu/llvm/compiler-rt/cmake/
H A Dbase-config-ix.cmake161 option(COMPILER_RT_ENABLE_WATCHOS "Enable building for watchOS - Experimental" Off)
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td911 .Case("watchos", "watchOS")
916 .Case("watchos_app_extension", "watchOS (App Extension)")
928 .Case("watchos", "watchOS")
944 .Case("watchOS", "watchos")
H A DAttrDocs.td1559 any others will be ignored. However, the availability for ``watchOS`` and
1582 Apple's watchOS operating system. The minimum deployment target is specified by
1657 For platforms like ``watchOS`` and ``tvOS``, whose availability attributes can
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm106 if (__builtin_available(macos 10.12, iOS 10, tvOS 10, watchOS 3, *)) {
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm1004 // 10, pre-tvOS 10, pre-watchOS 3)
1163 // macOS 10.12, iOS 10, tvOS 10, watchOS 3 and newer.
1184 // dyld SPIs that exist in macOS 10.12, iOS 10, tvOS 10, watchOS 3 and newer.
/openbsd-src/gnu/llvm/lld/MachO/
H A DOptions.td418 HelpText<"Oldest watchOS version for which linked output is usable">,
/openbsd-src/gnu/llvm/clang/docs/
H A DLanguageExtensions.rst1994 that have been introduced in macOS >= 10.13, iOS >= 11, watchOS >= 4 and
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog2570 - Merge PR #280, Make tvOS & watchOS checks verify truthiness as well as