Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h45 iOS, enumerator
131 case iOS: in isGNUFamily()
207 case iOS: in shouldUseARCFunctionsForRetainRelease()
249 case iOS: in shouldUseRuntimeFunctionsForAlloc()
271 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
287 case iOS: in hasOptimizedSetter()
346 case iOS: in allowsPointerArithmetic()
409 case iOS: in hasAtomicCopyHelper()
424 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue()
442 case iOS: in hasEmptyCollections()
[all …]
H A DTargetCXXABI.h92 case iOS: in isSupportedCXXABI()
172 case iOS: in areMemberFunctionsAligned()
249 case iOS: // old iOS compilers did not follow this rule in canKeyFunctionBeInline()
288 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
H A DDiagnosticDriverKinds.td306 "invalid iOS deployment version '%0', iOS 10 is the maximum deployment "
364 "-fembed-bitcode is not supported on versions of iOS prior to 6.0">;
H A DAttr.td968 .Case("ios", "iOS")
973 .Case("ios_app_extension", "iOS (App Extension)")
986 .Case("ios", "iOS")
1002 .Case("iOS", "ios")
H A DAttrDocs.td1446 Note that on both OS X and iOS that the Foundation framework provides a
1600 ``tvOS`` can be implicitly inferred from an ``iOS`` availability attribute.
1607 Apple's iOS operating system. The minimum deployment target is specified by
1698 be implicitly inferred from an ``iOS`` availability attribute, the logic is
1705 pragma rather than using the inferred ``iOS`` availability from the declaration:
1710 …void getsThePragmaTVOSAvailabilityAttribute(void) __attribute__((availability(iOS,introduced=11.0)…
1715 a ``tvOS`` availability attribute that is implicitly inferred from the ``iOS``
1720 …#pragma clang attribute push (__attribute__((availability(iOS, introduced=12.0))), apply_to=functi…
1733 #pragma clang attribute push (__attribute__((availability(iOS, unavailable))), apply_to=function)
1735 __attribute__((availability(iOS,introduced=11.0)));
/freebsd-14.2/contrib/ldns/
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…
181 ## iOS builds
183iOS builds for the armv7a, armv7s and aarch64 architectures for iPhoneOS, AppleTVOS and WatchOS. i…
185 ### iOS job
192 name: Apple iPhone on iOS, armv7
217 ### iOS environment
219iOS cross-compile environment using the script `contrib/ios/setenv_ios.sh`. The script is `sourced…
250 ### iOS build
270 Travis only smoke tests an iOS build using a compile, link and install. The self tests are not run.…
[all …]
/freebsd-14.2/contrib/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…
252 ### iOS build
274 Travis only smoke tests an iOS build using a compile, link and install. The self tests are not run.…
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp36 case ObjCRuntime::iOS: out << "ios"; break; in operator <<()
69 kind = ObjCRuntime::iOS; in tryParse()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DLLDBAssert.cpp40 if (__builtin_available(macos 10.12, iOS 10, tvOS 10, watchOS 3, *)) { in lldb_assert()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.def127 PLATFORM(IOS, 2, ios, ios, ios, ios, iOS)
132 PLATFORM(IOSSIMULATOR, 7, iossimulator, iossimulator, ios-simulator, ios-simulator, iOS Simulator)
H A DMinidumpConstants.def112 HANDLE_MDMP_PLATFORM(0x8102, IOS) // iOS
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSignposts.cpp24 __builtin_available(macos 10.14, iOS 12, tvOS 12, watchOS 5, *)
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp121 if (__builtin_available(macos 10.13.4, iOS 11.3, tvOS 11.3, watchOS 4.4, *)) { in GetSecondaryName()
/freebsd-14.2/sys/contrib/libsodium/
H A DREADME.markdown19 including Windows (with MingW or Visual Studio, x86 and x64), iOS, Android,
H A DChangeLog45 - iOS binaries should now be compatible with WatchOS and TVOS.
99 - armv7s-optimized code was re-added to iOS builds.
315 - The iOS target now includes armv7s and arm64 optimized code, as well
316 as i386 and x86_64 code for the iOS simulator.
465 - The Android and iOS cross-compilation script have been improved.
/freebsd-14.2/contrib/libxo/xohtml/external/
H A Djquery.qtip.js93 iOS: parseFloat( property
768 targetWidth = BROWSER.iOS ? window.innerWidth : target.width();
769 targetHeight = BROWSER.iOS ? window.innerHeight : target.height();
808 if((BROWSER.iOS > 3.1 && BROWSER.iOS < 4.1) ||
809 (BROWSER.iOS >= 4.3 && BROWSER.iOS < 4.33) ||
810 (!BROWSER.iOS && type === 'fixed')
/freebsd-14.2/contrib/llvm-project/lldb/docs/man/
H A Dlldb.rst21 debugging C, Objective-C and C++ on the desktop and iOS devices and simulator.
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__availability20 // library on macOS, iOS and other Apple platforms. In order for users to be
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.td321 // iOS ABI deviates from ARM standard ABI. R9 is not a callee-saved register.
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp157 case ObjCRuntime::iOS: in getObjCPersonality()
214 case ObjCRuntime::iOS: in getObjCXXPersonality()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp1488 TheCXXABI.set(TargetCXXABI::iOS); in DarwinARMTargetInfo()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOptions.td398 HelpText<"Oldest iOS version for which linked output is usable">,
403 HelpText<"Oldest iOS simulator version for which linked output is usable">,
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp961 return ObjCRuntime(ObjCRuntime::iOS, TargetVersion); in getDefaultObjCRuntime()
967 return ObjCRuntime(ObjCRuntime::iOS, T.getiOSVersion()); in getDefaultObjCRuntime()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td581 // Constructors and destructors return 'this' in the iOS 64-bit C++ ABI; since

12