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

12

  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho.go 586 // (could be iOS or WatchOS instead).
587 // Go on iOS uses linkmode=external, and linkmode=external
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 476 iOS := runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64")
477 if runtime.GOOS == "nacl" || iOS {
  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix_test.go 73 t.Skip("skipping; no child processes allowed on iOS")
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix_test.go 73 t.Skip("skipping; no child processes allowed on iOS")
  /external/clang/lib/CodeGen/
CGException.cpp 131 case ObjCRuntime::iOS:
163 case ObjCRuntime::iOS:
    [all...]
CodeGenModule.cpp 68 case TargetCXXABI::iOS:
175 case ObjCRuntime::iOS:
    [all...]
CGObjCGNU.cpp     [all...]
ItaniumCXXABI.cpp 453 // between the ARM and iOS ABIs.
455 case TargetCXXABI::iOS:
    [all...]
CGObjCMac.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
test.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
test.go     [all...]
  /external/protobuf/js/
message.js 373 // in Safari on iOS 8. See the description of CL/86511464 for details.
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 682 case TargetCXXABI::iOS:
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 70 // Default to use libc++ on OS X 10.9+ and iOS 7+.
79 /// Darwin provides an ARC runtime starting in MacOS X 10.7 and iOS 5.0.
84 return ObjCRuntime(ObjCRuntime::iOS, TargetVersion);
90 /// Darwin provides a blocks runtime starting in MacOS X 10.6 and iOS 3.2.
201 Str += "ios";
249 // For iOS and watchOS, also error about implicit function declarations,
368 return "ios";
459 // If we are compiling as iOS / simulator, don't attempt to link libgcc_s.1,
461 // Linking against libgcc_s.1 isn't needed for iOS 5.0+
466 // We currently always need a static runtime library for iOS
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 241 // 64-bit iOS supported it from 8 onwards, 32-bit from 9 onwards.
    [all...]

Completed in 1702 milliseconds

12