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

  /external/llvm/include/llvm/ADT/
Triple.h 168 TvOS, // Apple tvOS
424 /// Note: This identifies tvOS as a variant of iOS. If that ever
432 /// Is this an Apple tvOS triple.
434 return getOS() == Triple::TvOS;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 173 TvOS, // Apple tvOS
432 /// Note: This identifies tvOS as a variant of iOS. If that ever
440 /// Is this an Apple tvOS triple.
442 return getOS() == Triple::TvOS;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Triple.h 180 TvOS, // Apple tvOS
447 /// Note: This identifies tvOS as a variant of iOS. If that ever
455 /// Is this an Apple tvOS triple.
457 return getOS() == Triple::TvOS;
  /external/llvm/lib/Support/
Triple.cpp 192 case TvOS: return "tvos";
461 .StartsWith("tvos", Triple::TvOS)
987 case TvOS:
    [all...]
  /external/clang/lib/Driver/
ToolChains.h 385 TvOS,
447 return TargetPlatform == IPhoneOS || TargetPlatform == TvOS;
463 return TargetPlatform == TvOS;
473 return TargetPlatform == TvOS || TargetPlatform == TvOSSimulator;
    [all...]
ToolChains.cpp 199 Str += "tvos";
340 case DarwinPlatformKind::TvOS:
371 case DarwinPlatformKind::TvOS:
372 return "tvos";
456 // We currently always need a static runtime library for tvOS.
457 AddLinkRuntimeLib(Args, CmdArgs, "libclang_rt.tvos.a");
620 // Do not allow conflicts with the tvOS target.
665 Platform = TvOS;
689 } else if (Platform == TvOS) {
    [all...]
Driver.cpp     [all...]
Tools.cpp 784 case llvm::Triple::TvOS: {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Triple.cpp 207 case TvOS: return "tvos";
500 .StartsWith("tvos", Triple::TvOS)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 199 case TvOS: return "tvos";
478 .StartsWith("tvos", Triple::TvOS)
1012 case TvOS:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 304 case Triple::TvOS:
340 case Triple::TvOS:
356 case Triple::TvOS:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetLibraryInfo.cpp 344 case Triple::TvOS:
381 case Triple::TvOS:
397 case Triple::TvOS:
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp     [all...]

Completed in 580 milliseconds