| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | XcodeSDK.cpp | 35 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 D | LLDBAssert.cpp | 32 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 D | XcodeSDKTest.cpp | 29 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 D | attr-availability-watchos.c | 29 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 D | complete-available.m | 19 // CHECK: {TypedText watchOS} (40)
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | platform-version.s | 31 # 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 D | XcodeSDK.h | 36 watchOS, enumerator
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | unguarded-availability-new.m | 108 …// 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 D | incompatible-arch.s | 46 # 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 D | objc-available.m | 25 (void)@available(iOS 8, tvOS 10, watchOS 3, macOS 10.11, *);
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Signposts.cpp | 24 __builtin_available(macos 10.14, iOS 12, tvOS 12, watchOS 5, *)
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | PseudoTerminal.cpp | 120 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 D | index.rst | 73 * 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 D | lldb-gdb-remote.txt | 1943 // 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 D | status.rst | 20 LLDB is the system debugger on macOS, iOS, tvOS, and watchOS and
|
| /llvm-project-15.0.7/lldb/test/API/ |
| H A D | CMakeLists.txt | 180 "Running lldb test suite on the watchOS simulator"
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 1004 case XcodeSDK::Type::watchOS: in AddClangModuleCompilationOptionsForSDKType() 1051 case XcodeSDK::Type::watchOS: in AddClangModuleCompilationOptionsForSDKType()
|
| /llvm-project-15.0.7/compiler-rt/cmake/ |
| H A D | base-config-ix.cmake | 149 option(COMPILER_RT_ENABLE_WATCHOS "Enable building for watchOS - Experimental" Off)
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Attr.td | 895 .Case("watchos", "watchOS") 900 .Case("watchos_app_extension", "watchOS (App Extension)") 911 .Case("watchos", "watchOS") 926 .Case("watchOS", "watchos")
|
| H A D | AttrDocs.td | 1533 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 D | MachProcess.mm | 998 // 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 D | Host.mm | 106 if (__builtin_available(macos 10.12, iOS 10, tvOS 10, watchOS 3, *)) {
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Options.td | 390 HelpText<"Oldest watchOS version for which linked output is usable">,
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | LanguageExtensions.rst | 1953 that have been introduced in macOS >= 10.13, iOS >= 11, watchOS >= 4 and
|