Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DXcodeSDKTest.cpp29 EXPECT_EQ(XcodeSDK("WatchOS.sdk").GetType(), XcodeSDK::watchOS); in TEST()
50 EXPECT_EQ(sdk.GetType(), XcodeSDK::watchOS); in TEST()
126 info.type = XcodeSDK::Type::watchOS; in TEST()
163 info.type = XcodeSDK::Type::watchOS; in TEST()
201 XcodeSDK::Type::watchOS); in TEST()
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-availability-watchos.c29 void f2_watchos(int) __attribute__((availability(watchOS,introduced=2.0,deprecated=3.0))); // expec…
37 void f6_watchos(int) __attribute__((availability(watchOS,introduced=2.0)));
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-available.m19 // CHECK: {TypedText watchOS} (40)
/llvm-project-15.0.7/lld/test/MachO/
H A Dplatform-version.s31 # RUN: -platform_version watchOS 10 1.2.3.4.5 \
45 # RUN: -platform_version watchOS-Simulator 1 5
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DXcodeSDK.h36 watchOS, enumerator
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dunguarded-availability-new.m108 …// expected-warning@-12 {{'new_int' is only available on watchOS 5}} expected-note@-12 {{annotate …
132 // expected-warning@-12 {{'currentlyAvailable' is only available on watchOS 4 or newer}}
148 // expected-warning@-12 {{'willBeAvailabile' is only available on watchOS 5 or newer}}
/llvm-project-15.0.7/lld/test/MachO/invalid/
H A Dincompatible-arch.s46 # CROSS-SIM: {{.*}}test_x86_ios.o has platform iOS, which is different from target platform watchOS
49 …x86_ios_sim.o has platform iOS Simulator, which is different from target platform watchOS Simulator
/llvm-project-15.0.7/clang/test/Parser/
H A Dobjc-available.m25 (void)@available(iOS 8, tvOS 10, watchOS 3, macOS 10.11, *);
/llvm-project-15.0.7/llvm/lib/Support/
H A DSignposts.cpp24 __builtin_available(macos 10.14, iOS 12, tvOS 12, watchOS 5, *)
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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.txt1943 // On OS X 10.11, iOS 9, tvOS 9, watchOS 2 and earlier, the packet is used like
1948 // debugserver. This use is not supported on macOS 10.12, iOS 10, tvOS 10, watchOS 3 or newer.
1950 // On macOS 10.12, iOS 10, tvOS 10, watchOS 3 and newer, there are two calls. One requests inform…
2017 // On OS X 10.11, iOS 9, tvOS 9, watchOS 2 and older: Low. If this packet is absent,
2019 // On macOS 10.12, iOS 10, tvOS 10, watchOS 3 and newer: High. If this packet is absent,
/llvm-project-15.0.7/lldb/docs/status/
H A Dstatus.rst20 LLDB is the system debugger on macOS, iOS, tvOS, and watchOS and
/llvm-project-15.0.7/lldb/test/API/
H A DCMakeLists.txt180 "Running lldb test suite on the watchOS simulator"
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1004 case XcodeSDK::Type::watchOS: in AddClangModuleCompilationOptionsForSDKType()
1051 case XcodeSDK::Type::watchOS: in AddClangModuleCompilationOptionsForSDKType()
/llvm-project-15.0.7/compiler-rt/cmake/
H A Dbase-config-ix.cmake149 option(COMPILER_RT_ENABLE_WATCHOS "Enable building for watchOS - Experimental" Off)
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td895 .Case("watchos", "watchOS")
900 .Case("watchos_app_extension", "watchOS (App Extension)")
911 .Case("watchos", "watchOS")
926 .Case("watchOS", "watchos")
H A DAttrDocs.td1533 any others will be ignored. However, the availability for ``watchOS`` and
1556 Apple's watchOS operating system. The minimum deployment target is specified by
1631 For platforms like ``watchOS`` and ``tvOS``, whose availability attributes can
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm998 // 10, pre-tvOS 10, pre-watchOS 3)
1157 // macOS 10.12, iOS 10, tvOS 10, watchOS 3 and newer.
1178 // dyld SPIs that exist in macOS 10.12, iOS 10, tvOS 10, watchOS 3 and newer.
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm106 if (__builtin_available(macos 10.12, iOS 10, tvOS 10, watchOS 3, *)) {
/llvm-project-15.0.7/lld/MachO/
H A DOptions.td390 HelpText<"Oldest watchOS version for which linked output is usable">,
/llvm-project-15.0.7/clang/docs/
H A DLanguageExtensions.rst1953 that have been introduced in macOS >= 10.13, iOS >= 11, watchOS >= 4 and