Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h45 iOS, enumerator
89 case iOS: return true; in isNonFragile()
131 case iOS: in isGNUFamily()
156 case iOS: return true; in allowsARC()
174 case iOS: return getVersion() >= VersionTuple(5); in hasNativeARC()
207 case iOS: in shouldUseARCFunctionsForRetainRelease()
249 case iOS: in shouldUseRuntimeFunctionsForAlloc()
271 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit()
287 case iOS: in hasOptimizedSetter()
318 case iOS: return getVersion() >= VersionTuple(9); in hasSubscripting()
[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.def52 /// The iOS ABI is a partial implementation of the ARM ABI.
54 /// in the compilers that iOS was launched with.
56 /// Essentially, the iOS ABI includes the ARM changes to:
61 ITANIUM_CXXABI(iOS, "ios")
63 /// The iOS 64-bit and macOS 64-bit ARM ABI follows ARM's published 64-bit
67 /// WatchOS is a modernisation of the iOS ABI, which roughly means it's
H A DDiagnosticDriverKinds.td328 "invalid iOS deployment version '%0', iOS 10 is the maximum deployment "
386 "-fembed-bitcode is not supported on versions of iOS prior to 6.0">;
H A DAttr.td1094 .Case("ios", "iOS")
1099 .Case("ios_app_extension", "iOS (App Extension)")
1114 .Case("ios", "iOS")
1132 .Case("iOS", "ios")
1153 .Case("ios", {"ios", "iOS"})
1154 .Case("iOS", {"ios", "iOS"})
/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.cpp44 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.cpp117 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/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dapple.inc56 // When hw.optional.arm.feats is available (macOS 15.0+, iOS 18.0+), use the
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def116 HANDLE_MDMP_PLATFORM(0x8102, IOS) // iOS
/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.td335 // 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/jemalloc/
H A DINSTALL.md171 the default allocator on OSX/iOS.
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.cpp1574 TheCXXABI.set(TargetCXXABI::iOS); in DarwinARMTargetInfo()
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td469 HelpText<"Oldest iOS version for which linked output is usable">,
474 HelpText<"Oldest iOS simulator version for which linked output is usable">,
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp46 case TargetCXXABI::iOS: in createCXXABI()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td1429 // Use divmod compiler-rt calls for iOS 5.0 and later.
1486 // Use divmod compiler-rt calls for iOS 5.0 and later.
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp986 return ObjCRuntime(ObjCRuntime::iOS, TargetVersion); in getDefaultObjCRuntime()
992 return ObjCRuntime(ObjCRuntime::iOS, T.getiOSVersion()); in getDefaultObjCRuntime()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td672 // Constructors and destructors return 'this' in the iOS 64-bit C++ ABI; since

12