| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | ObjCRuntime.h | 44 iOS, enumerator 122 case iOS: in isGNUFamily() 198 case iOS: in shouldUseARCFunctionsForRetainRelease() 234 case iOS: in shouldUseRuntimeFunctionsForAlloc() 256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit() 270 case iOS: in hasOptimizedSetter() 329 case iOS: in allowsPointerArithmetic() 392 case iOS: in hasAtomicCopyHelper() 407 case iOS: in hasARCUnsafeClaimAutoreleasedReturnValue() 425 case iOS: in hasEmptyCollections() [all …]
|
| H A D | TargetCXXABI.h | 94 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 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 | 231 "invalid iOS deployment version '%0', iOS 10 is the maximum deployment " 280 "-fembed-bitcode is not supported on versions of iOS prior to 6.0">;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Platform.cpp | 25 case PlatformKind::iOS: in mapToPlatformKind() 26 return WantSim ? PlatformKind::iOSSimulator : PlatformKind::iOS; in mapToPlatformKind() 46 return PlatformKind::iOS; in mapToPlatformKind() 71 case PlatformKind::iOS: in getPlatformName() 96 .Case("ios", PlatformKind::iOS) in getPlatformFromName() 115 case PlatformKind::iOS: in getOSAndEnvironmentName()
|
| H A D | TextStubCommon.cpp | 68 case PlatformKind::iOS: in output() 111 .Case("ios", PlatformKind::iOS) in input()
|
| H A D | Target.cpp | 28 .Case("ios", PlatformKind::iOS) in create()
|
| /freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | LLDBAssert.cpp | 32 if (__builtin_available(macos 10.12, iOS 10, tvOS 10, watchOS 3, *)) { in lldb_assert()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Signposts.h | 30 __builtin_available(macos 10.14, iOS 12, tvOS 12, watchOS 5, *)
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Platform.h | 25 iOS = MachO::PLATFORM_IOS, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | MachOLinkingContext.cpp | 209 _os = MachOLinkingContext::OS::iOS; in configure() 244 case OS::iOS: in configure() 399 bool MachOLinkingContext::minOS(StringRef mac, StringRef iOS) const { in minOS() 406 case OS::iOS: in minOS() 408 if (parsePackedVersion(iOS, parsedVersion)) in minOS()
|
| /freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/ |
| H A D | MachOLinkingContext.h | 52 iOS, enumerator 153 bool minOS(StringRef mac, StringRef iOS) const;
|
| /freebsd-13.1/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-13.1/contrib/apr-util/ |
| H A D | CHANGES | 50 *) apr_crypto: Add a native CommonCrypto implementation for iOS and OSX
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/lld/lib/Driver/ |
| H A D | DarwinLdOptions.td | 30 HelpText<"Minimum iOS version">, Group<grp_opts>; 35 HelpText<"Minimum iOS simulator version">, Group<grp_opts>;
|
| H A D | DarwinLdDriver.cpp | 412 os = MachOLinkingContext::OS::iOS; in parse() 742 case MachOLinkingContext::OS::iOS: in parse()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MinidumpConstants.def | 112 HANDLE_MDMP_PLATFORM(0x8102, IOS) // iOS
|
| /freebsd-13.1/contrib/libpcap/rpcapd/ |
| H A D | CMakeLists.txt | 100 # (You're on your own for iOS etc.)
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.cpp | 670 .Cases("ios", "2", PlatformKind::iOS) in parsePlatformVersion() 890 return PlatformKind::iOS; in removeSimulator() 903 {PlatformKind::iOS, VersionTuple(13, 0)}, in dataConstDefault() 1241 PlatformKind::iOS, PlatformKind::watchOS, PlatformKind::tvOS}; in link()
|
| H A D | Writer.cpp | 418 case PlatformKind::iOS: in writeTo() 692 {PlatformKind::iOS, VersionTuple(12, 0)}, in useLCBuildVersion()
|
| /freebsd-13.1/contrib/googletest/googletest/ |
| H A D | CHANGES | 3 * New feature: death tests are supported on OpenBSD and in iOS
|