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

  /external/clang/include/clang/Basic/
TargetCXXABI.h 74 /// WatchOS is a modernisation of the iOS ABI, which roughly means it's
77 WatchOS,
143 case WatchOS:
162 case WatchOS:
196 case WatchOS:
272 case WatchOS:
332 case WatchOS:
ObjCRuntime.h 44 /// 'watchos' is a variant of iOS for Apple's watchOS. The version
45 /// is a release version of watchOS.
46 WatchOS,
88 case WatchOS: return true;
122 case WatchOS:
147 case WatchOS: return true;
165 case WatchOS: return true;
181 case WatchOS:
212 case WatchOS: return true
    [all...]
  /external/clang/lib/Basic/
ObjCRuntime.cpp 33 case ObjCRuntime::WatchOS: out << "watchos"; break;
66 } else if (runtimeName == "watchos") {
67 kind = ObjCRuntime::WatchOS;
Targets.cpp     [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 162 WatchOS, // Apple watchOS
163 LastOSType = WatchOS
312 /// should only be called with WatchOS or generic triples.
416 /// watchOS has completely different version numbers so it is not included.
426 /// Is this an Apple watchOS triple.
428 return getOS() == Triple::WatchOS;
431 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /external/llvm/lib/Support/
Triple.cpp 186 case WatchOS: return "watchos";
443 .StartsWith("watchos", Triple::WatchOS)
958 case WatchOS:
992 case WatchOS:
1011 case WatchOS:
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 84 // All versions of watchOS support it.
300 case Triple::WatchOS:
336 case Triple::WatchOS:
352 case Triple::WatchOS:
  /external/clang/lib/Driver/
ToolChains.h 369 WatchOS,
460 return TargetPlatform == WatchOS;
470 return TargetPlatform == WatchOS || TargetPlatform == WatchOSSimulator;
    [all...]
ToolChains.cpp 71 return ObjCRuntime(ObjCRuntime::WatchOS, TargetVersion);
186 Str += "watchos";
238 // For iOS and watchOS, also error about implicit function declarations,
272 P += "watchos";
366 // ASan is not supported on watchOS.
423 // We currently always need a static runtime library for watchOS.
424 AddLinkRuntimeLib(Args, CmdArgs, "libclang_rt.watchos.a");
548 else if (SDK.startswith("WatchOS") ||
585 // Do not allow conflicts with the watchOS target.
640 Platform = WatchOS;
    [all...]
Driver.cpp     [all...]
Tools.cpp 685 case llvm::Triple::WatchOS:
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 132 case ObjCRuntime::WatchOS:
164 case ObjCRuntime::WatchOS:
    [all...]
CodeGenModule.cpp 69 case TargetCXXABI::WatchOS:
192 case ObjCRuntime::WatchOS:
    [all...]
CGObjCGNU.cpp     [all...]
ItaniumCXXABI.cpp 463 case TargetCXXABI::WatchOS:
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 685 case TargetCXXABI::WatchOS:
    [all...]

Completed in 782 milliseconds