Home
last modified time | relevance | path

Searched refs:iOS (Results 1 – 25 of 54) sorted by relevance

123

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DObjCRuntime.h45 iOS, enumerator
89 case iOS: return true; in isNonFragile()
123 case iOS: in isGNUFamily()
148 case iOS: return true; in allowsARC()
166 case iOS: return getVersion() >= VersionTuple(5); in hasNativeARC()
199 case iOS: in shouldUseARCFunctionsForRetainRelease()
235 case iOS: in shouldUseRuntimeFunctionsForAlloc()
257 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
271 case iOS: in hasOptimizedSetter()
302 case iOS: return getVersion() >= VersionTuple(9); in hasSubscripting()
[all …]
H A DTargetCXXABI.h94 case iOS: in isSupportedCXXABI()
174 case iOS: in areMemberFunctionsAligned()
251 case iOS: // old iOS compilers did not follow this rule in canKeyFunctionBeInline()
290 case iOS: in getTailPaddingUseRules()
H A DTargetCXXABI.def53 /// The iOS ABI is a partial implementation of the ARM ABI.
55 /// in the compilers that iOS was launched with.
57 /// Essentially, the iOS ABI includes the ARM changes to:
62 ITANIUM_CXXABI(iOS, "ios")
64 /// The iOS 64-bit and macOS 64-bit ARM ABI follows ARM's published 64-bit
72 /// WatchOS is a modernisation of the iOS ABI, which roughly means it's
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/
H A DREADME.TXT8 supported target OS. Meaning if minimum deployment target is iOS 6, all builtins
10 that this is per-architecture. Since iOS 6 doesn't support arm64, when supporting
11 iOS 6, the minimum deployment target for arm64 binaries is iOS 7.
/openbsd-src/usr.sbin/unbound/
H A DREADME-Travis.md3 …atforms. Compilers include Clang and GCC; while platforms include Android, iOS, Linux, and OS X on…
7 iOS is tested for iPhoneOS, WatchOS, AppleTVOS, iPhoneSimulator, AppleTVSimulator and WatchSimulato…
183 ## iOS builds
185iOS builds for the armv7a, armv7s and aarch64 architectures for iPhoneOS, AppleTVOS and WatchOS. i…
187 ### iOS job
194 name: Apple iPhone on iOS, armv7
219 ### iOS environment
221iOS cross-compile environment using the script `contrib/ios/setenv_ios.sh`. The script is `sourced…
242 The fourth step builds OpenSSL and Expat. OpenSSL and Expat are built for iOS using the scripts `co…
244 `IOS_PREFIX` is the value `$HOME/$IOS_SDK-$IOS_CPU`. The scheme handles both iOS SDKs and cpu archi…
[all …]
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DObjCRuntime.cpp36 case ObjCRuntime::iOS: out << "ios"; break; in operator <<()
69 kind = ObjCRuntime::iOS; in tryParse()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dlinks.rst39 LLDB is the next-generation debugger for macOS and iOS. Get an
48 LLDB is the next-generation debugger for macOS and iOS. Discover why
68 iOS apps.
H A Dremote.rst47 lldb. On macOS and iOS, the remote-gdb functionality is implemented by the
90 remote-ios: Remote iOS platform plug-in.
92 ios-simulator: iOS simulator platform plug-in.
H A Dextensions.rst9 On Darwin platforms, including Apple macOS and iOS, Clang can emit
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DLLDBAssert.cpp32 if (__builtin_available(macos 10.12, iOS 10, tvOS 10, watchOS 3, *)) { in lldb_assert()
/openbsd-src/gnu/llvm/compiler-rt/cmake/
H A Dbase-config-ix.cmake152 # which doesn't come with the iOS SDK.
156 message(WARNING "iOS SDK not found! Building compiler-rt without iOS support.")
159 option(COMPILER_RT_ENABLE_IOS "Enable building for iOS" ${COMPILER_RT_ENABLE_IOS_DEFAULT})
/openbsd-src/gnu/llvm/lldb/cmake/modules/
H A DLLDBFramework.cmake28 # Note: iOS doesn't specify version, as the framework layout is flat.
60 # On iOS, there is no versioned framework layout. Skip this symlink step.
/openbsd-src/gnu/llvm/lldb/docs/
H A Dindex.rst13 Objective-C and C++ on the desktop and iOS devices and simulator.
73 * iOS, tvOS, and watchOS simulator debugging on i386, x86_64 and AArch64
74 * iOS, tvOS, and watchOS device debugging on ARM and AArch64
/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/llvm/utils/gn/build/
H A Dmac_sdk.gni20 # iOS SDKs aren't available in the commandline tools SDK.
H A DBUILD.gn383 "ubsan only supported on iOS/Clang, Linux/Clang, or macOS/Clang")
394 "asan only supported on iOS/Clang, Linux/Clang, or macOS/Clang")
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/
H A DBUILD.gn6 # FIXME: For macOS and iOS builds, depend on lib in all needed target arch
/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/
H A DCODE_OWNERS.txt30 D: ABI, Disassembler, Unwinding, iOS, debugserver, Platform, ObjectFile, SymbolFile,
/openbsd-src/gnu/llvm/llvm/cmake/platforms/
H A DiOS.cmake1 # Toolchain config for iOS.
/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/clang/cmake/caches/
H A DApple-stage2.cmake23 set(COMPILER_RT_ENABLE_IOS ON CACHE BOOL "Build iOS Compiler-RT libraries")
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def112 HANDLE_MDMP_PLATFORM(0x8102, IOS) // iOS
/openbsd-src/gnu/llvm/libcxx/include/
H A D__availability20 // library on macOS, iOS and other Apple platforms. In order for users to be
180 // macOS and iOS versions, so the version mismatch between macOS and others
/openbsd-src/gnu/llvm/llvm/docs/
H A DTestSuiteGuide.md369 Cross compilation from macOS to iOS is possible with the
371 files; this requires an internal iOS SDK.

123