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

  /external/clang/include/clang/Basic/
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,
66 /// The iOS 64-bit ABI is follows ARM's published 64-bit ABI more
115 case iOS:
131 case iOS:
213 case iOS: // old iOS compilers did not follow this rule
259 case iOS
    [all...]
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;
116 case iOS:
138 case iOS: return true;
155 case iOS: return getVersion() >= VersionTuple(5);
169 case iOS
    [all...]
  /external/chromium_org/ui/message_center/
dummy_message_center.cc 8 // and link with Android and iOS implementations of Chrome which do not have
12 #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 607 .Case("ios", iOS)
Targets.cpp     [all...]
  /external/compiler-rt/make/
AppleBI.mk 19 INSTALL_TARGET = install-iOS
21 INSTALL_TARGET = install-iOS-Simulator
82 install-iOS: $(SYMROOT)/libcompiler_rt-static.a \
118 install-iOS-Simulator: $(SYMROOT)/libcompiler_rt_sim.dylib \
  /external/chromium_org/chrome/renderer/resources/
neterror.js 26 // mechanisms (Currently just iOS).
82 // iOS.
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
ios_plist_writer.py 14 # supported on iOS. This plist can be pushed to Chrome on iOS via the MDM API
15 # introduced in iOS 7.
51 return IOSPlistWriter(['ios'], config)
55 '''Class for generating policy templates in the iOS plist format.
61 # Output examples only for policies that are supported on iOS.
63 if ('ios' in support_on['platforms'] and
  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.js 23 // mechanisms (Currently just iOS).
  /external/chromium_org/chrome/browser/net/spdyproxy/
proxy_advisor.cc 29 #error proxy_advisor should only be included in Android or iOS builds.
  /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 48 - Runs on Linux, Windows, Mac OS X, Android, and iOS
  /external/compiler-rt/make/platform/
clang_darwin.mk 71 # Configuration for targeting iOS for a couple of functions that didn't
73 Configs += ios
74 UniversalArchs.ios := $(call CheckArches,i386 x86_64 x86_64h armv7,ios)
85 # Configuration for use with kernel/kexts for iOS 5.0 and earlier (which used
114 UniversalArchs.ios := $(filter-out armv7, $(UniversalArchs.ios))
173 CFLAGS.ios.i386 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS)
174 CFLAGS.ios.x86_64 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS)
175 CFLAGS.ios.x86_64h := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 176 case ObjCRuntime::iOS:
204 case ObjCRuntime::iOS:
    [all...]
CodeGenModule.cpp 64 case TargetCXXABI::iOS:
174 case ObjCRuntime::iOS:
837 // Add the Returned attribute for "this", except for iOS 5 and earlier
    [all...]
CGObjCGNU.cpp     [all...]
ItaniumCXXABI.cpp 315 // between the ARM and iOS ABIs.
317 case TargetCXXABI::iOS:
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 682 case TargetCXXABI::iOS:
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 72 // Compute the initial iOS version from the triple
92 /// Darwin provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0.
95 return ObjCRuntime(ObjCRuntime::iOS, TargetVersion);
101 /// Darwin provides a blocks runtime starting in MacOS X 10.6 and iOS 3.2.
200 Str += isTargetIOSBased() ? "ios" : "macosx";
242 // For iOS, 64-bit, promote certain warnings to errors.
395 // If we are compiling as iOS / simulator, don't attempt to link libgcc_s.1,
397 // Linking against libgcc_s.1 isn't needed for iOS 5.0+
403 // We currently always need a static runtime library for iOS.
404 AddLinkRuntimeLib(Args, CmdArgs, "libclang_rt.ios.a")
    [all...]

Completed in 618 milliseconds