HomeSort by relevance Sort by last modified time
    Searched refs:iOS (Results 1 - 19 of 19) sorted by null

  /external/clang/include/clang/Basic/
ObjCRuntime.h 39 /// 'ios' is the Apple-provided NeXT-derived runtime on iOS or the iOS
41 /// version of iOS.
42 iOS,
83 case iOS: return true;
112 case iOS:
134 case iOS: return true;
151 case iOS: return getVersion() >= VersionTuple(5);
165 case iOS
    [all...]
TargetCXXABI.h 55 /// The iOS ABI is a partial implementation of the ARM ABI.
57 /// in the compilers that iOS was launched with.
59 /// Essentially, the iOS ABI includes the ARM changes to:
64 iOS,
107 case iOS:
122 case iOS:
202 case iOS: // old iOS compilers did not follow this rule
248 case iOS:
  /external/chromium_org/ui/message_center/
dummy_message_center.cc 10 // and link with Android and iOS implementations of Chrome which do not have
14 #error This file should only be used in Android or iOS builds.
  /external/clang/lib/Basic/
ObjCRuntime.cpp 32 case ObjCRuntime::iOS: out << "ios"; break;
63 } else if (runtimeName == "ios") {
64 kind = ObjCRuntime::iOS;
TargetInfo.cpp 506 .Case("ios", iOS)
Targets.cpp 142 if (Triple.getOS() == llvm::Triple::IOS) {
    [all...]
  /external/compiler-rt/make/
AppleBI.mk 18 INSTALL_TARGET = install-iOS
78 install-iOS: $(SYMROOT)/libcompiler_rt-static.a \
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 170 * On iOS we need a hack to avoid spurious click events
178 // We have a real iOS device (no a ChromeOS device pretending to be iOS)
  /external/ceres-solver/scripts/
ceres-solver.spec 47 - Runs on Linux, Windows, Mac OS X and Android. An iOS port is underway
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 16 * on Mobile Safari in iOS 4.2. The goal is that the need to support any other
369 * On iOS we need a hack to avoid spurious click events
377 // We have a real iOS device (no a ChromeOS device pretending to be iOS)
  /external/compiler-rt/make/platform/
clang_darwin.mk 47 # Configuration for targetting iOS for a couple of functions that didn't
49 Configs += ios
50 UniversalArchs.ios := $(call CheckArches,i386 x86_64 armv7,ios)
61 # Configuration for use with kernel/kexts for iOS 5.0 and earlier (which used
84 UniversalArchs.ios := $(filter-out armv7, $(UniversalArchs.ios))
137 CFLAGS.ios.i386 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS)
138 CFLAGS.ios.x86_64 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS)
139 CFLAGS.ios.armv7 := $(CFLAGS) $(IOS_DEPLOYMENT_ARGS
    [all...]
  /external/libvpx/libvpx/
configure 29 --sdk-path=PATH path to root of sdk (iOS, android builds only)
699 # iOS/ARM builds do not work with gtest. This does not match
  /external/clang/lib/CodeGen/
CGException.cpp 191 case ObjCRuntime::iOS:
219 case ObjCRuntime::iOS:
    [all...]
ItaniumCXXABI.cpp 210 // between the ARM and iOS ABIs.
212 case TargetCXXABI::iOS:
    [all...]
CodeGenModule.cpp 60 case TargetCXXABI::iOS:
160 case ObjCRuntime::iOS:
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 63 // Compute the initial iOS version from the triple
83 /// Darwin provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0.
86 return ObjCRuntime(ObjCRuntime::iOS, TargetVersion);
92 /// Darwin provides a blocks runtime starting in MacOS X 10.6 and iOS 3.2.
168 Str += isTargetIPhoneOS() ? "ios" : "macosx";
333 // If we are compiling as iOS / simulator, don't attempt to link libgcc_s.1,
335 // Linking against libgcc_s.1 isn't needed for iOS 5.0+
339 // We currently always need a static runtime library for iOS.
340 AddLinkRuntimeLib(Args, CmdArgs, "libclang_rt.ios.a");
430 // If no OSX or iOS target has been specified and we're compiling for armv7
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 667 case TargetCXXABI::iOS:
    [all...]

Completed in 247 milliseconds