Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
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.td317 "invalid iOS deployment version '%0', iOS 10 is the maximum deployment "
375 "-fembed-bitcode is not supported on versions of iOS prior to 6.0">;
H A DAttr.td1021 .Case("ios", "iOS")
1026 .Case("ios_app_extension", "iOS (App Extension)")
1041 .Case("ios", "iOS")
1059 .Case("iOS", "ios")
H A DAttrDocs.td1446 Note that on both OS X and iOS that the Foundation framework provides a
1605 ``tvOS`` can be implicitly inferred from an ``iOS`` availability attribute.
1612 Apple's iOS operating system. The minimum deployment target is specified
1716 be implicitly inferred from an ``iOS`` availability attribute, the logic is
1723 pragma rather than using the inferred ``iOS`` availability from the declaration:
1728 …void getsThePragmaTVOSAvailabilityAttribute(void) __attribute__((availability(iOS,introduced=11.0)…
1733 a ``tvOS`` availability attribute that is implicitly inferred from the ``iOS``
1738 …#pragma clang attribute push (__attribute__((availability(iOS, introduced=12.0))), apply_to=functi…
1751 #pragma clang attribute push (__attribute__((availability(iOS, unavailable))), apply_to=function)
1753 __attribute__((availability(iOS,introduced=11.0)));
/freebsd/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…
138 The fifth step builds OpenSSL. OpenSSL is built for iOS using the scripts `contrib/android/install_…
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…
240 The fourth step builds OpenSSL. OpenSSL is built for iOS using the scripts `contrib/ios/install_ope…
[all …]
/freebsd/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…
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 …]
/freebsd/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/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/contrib/llvm-project/llvm/lib/Support/
H A DSignposts.cpp24 __builtin_available(macos 10.14, iOS 12, tvOS 12, watchOS 5, *)
/freebsd/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/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/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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def112 HANDLE_MDMP_PLATFORM(0x8102, IOS) // iOS
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dapple.inc60 // When hw.optional.arm.feats is available (macOS 15.0+, iOS 18.0+), use the
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst112 iOS 13.4, tvOS 14.0, watchOS 7.0, and visionOS 1.0 or later.
/freebsd/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/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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp157 case ObjCRuntime::iOS: in getObjCPersonality()
214 case ObjCRuntime::iOS: in getObjCXXPersonality()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp1489 TheCXXABI.set(TargetCXXABI::iOS); in DarwinARMTargetInfo()
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td416 HelpText<"Oldest iOS version for which linked output is usable">,
421 HelpText<"Oldest iOS simulator version for which linked output is usable">,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp958 return ObjCRuntime(ObjCRuntime::iOS, TargetVersion); in getDefaultObjCRuntime()
964 return ObjCRuntime(ObjCRuntime::iOS, T.getiOSVersion()); in getDefaultObjCRuntime()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td636 // Constructors and destructors return 'this' in the iOS 64-bit C++ ABI; since
/freebsd/contrib/file/magic/Magdir/
H A Darchive1938 # iOS App
1942 >>>>38 search/64 .app/ iOS App
2574 >>>>3 string =i \b, for iOS

12