| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | ObjCRuntime.h | 45 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 D | TargetCXXABI.h | 92 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 D | TargetCXXABI.def | 53 /// 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 D | DiagnosticDriverKinds.td | 306 "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 D | Attr.td | 968 .Case("ios", "iOS") 973 .Case("ios_app_extension", "iOS (App Extension)") 986 .Case("ios", "iOS") 1002 .Case("iOS", "ios")
|
| H A D | AttrDocs.td | 1446 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 D | README-Travis.md | 3 …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 183 …iOS 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 219 …iOS 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 D | README-Travis.md | 3 …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 185 …iOS 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 221 …iOS 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 D | ObjCRuntime.cpp | 36 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 D | LLDBAssert.cpp | 40 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 D | MachO.def | 127 PLATFORM(IOS, 2, ios, ios, ios, ios, iOS) 132 PLATFORM(IOSSIMULATOR, 7, iossimulator, iossimulator, ios-simulator, ios-simulator, iOS Simulator)
|
| H A D | MinidumpConstants.def | 112 HANDLE_MDMP_PLATFORM(0x8102, IOS) // iOS
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Signposts.cpp | 24 __builtin_available(macos 10.14, iOS 12, tvOS 12, watchOS 5, *)
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | PseudoTerminal.cpp | 121 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 D | README.markdown | 19 including Windows (with MingW or Visual Studio, x86 and x64), iOS, Android,
|
| H A D | ChangeLog | 45 - 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 D | jquery.qtip.js | 93 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 D | lldb.rst | 21 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 | __availability | 20 // 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 D | ARMCallingConv.td | 321 // 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 D | CGException.cpp | 157 case ObjCRuntime::iOS: in getObjCPersonality() 214 case ObjCRuntime::iOS: in getObjCXXPersonality()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 1488 TheCXXABI.set(TargetCXXABI::iOS); in DarwinARMTargetInfo()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 398 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 D | Darwin.cpp | 961 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 D | AArch64CallingConvention.td | 581 // Constructors and destructors return 'this' in the iOS 64-bit C++ ABI; since
|