HomeSort by: relevance | last modified time | path
    Searched refs:TvOS (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
AlignedAllocation.h 32 case llvm::Triple::TvOS: // Earliest supporting version is 11.0.0.
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
Platform.cpp 27 case PlatformKind::tvOS:
28 return WantSim ? PlatformKind::tvOSSimulator : PlatformKind::tvOS;
47 case Triple::TvOS:
49 : PlatformKind::tvOS;
73 case PlatformKind::tvOS:
74 return "tvOS";
84 return "tvOS Simulator";
97 .Case("tvos", PlatformKind::tvOS)
102 .Case("tvos-simulator", PlatformKind::tvOSSimulator
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.h 280 TvOS,
360 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) &&
366 return (TargetPlatform == IPhoneOS || TargetPlatform == TvOS) &&
377 return TargetPlatform == TvOS && TargetEnvironment == NativeEnvironment;
382 return TargetPlatform == TvOS && TargetEnvironment == Simulator;
387 return TargetPlatform == TvOS;
Darwin.cpp 952 Str += "tvos";
1146 case DarwinPlatformKind::TvOS:
1173 case DarwinPlatformKind::TvOS:
1174 return TargetEnvironment == NativeEnvironment || IgnoreSim ? "tvos"
1434 case DarwinPlatformKind::TvOS:
1529 case llvm::Triple::TvOS:
1530 return DarwinPlatformKind::TvOS;
1583 return DarwinPlatform::createOSVersionArg(Darwin::TvOS, TvOSVersion);
1612 !Targets[Darwin::WatchOS].empty() || !Targets[Darwin::TvOS].empty())) {
1619 Targets[Darwin::TvOS] = ""
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 193 TvOS, // Apple tvOS
459 /// Note: This identifies tvOS as a variant of iOS. If that ever
467 /// Is this an Apple tvOS triple.
469 return getOS() == Triple::TvOS;
483 /// isOSDarwin - Is this a "Darwin" OS (macOS, iOS, tvOS or watchOS).
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp 221 case TvOS: return "tvos";
532 .StartsWith("tvos", Triple::TvOS)
1140 case TvOS:
1169 case TvOS:
1687 case Triple::TvOS:
1688 // ARM64 simulators are supported for tvOS 14+.
1724 case llvm::Triple::TvOS:
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCStreamer.cpp 1237 case Triple::TvOS:
1258 case Triple::TvOS:
1280 case Triple::TvOS:
1309 case Triple::TvOS:
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 1110 case MCVM_TvOSVersionMin: return Triple::TvOS;
1147 case MachO::PLATFORM_TVOS: return Triple::TvOS;
1160 /// ::= .build_version (macos|ios|tvos|watchos), parseVersion parseSDKVersion
1170 .Case("tvos", MachO::PLATFORM_TVOS)
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetLibraryInfo.cpp 429 case Triple::TvOS:
464 case Triple::TvOS:
480 case Triple::TvOS:
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
OSTargets.h 140 case llvm::Triple::TvOS: // Earliest supporting version is 12.0.0.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp 185 case llvm::Triple::TvOS:
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
ARM.cpp 305 case llvm::Triple::TvOS:
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 3880 case llvm::Triple::TvOS:
3954 case llvm::Triple::TvOS:
3976 // @available doesn't need Foundation on macOS 10.15+, iOS/tvOS 13+, or
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 5237 case llvm::Triple::TvOS:

Completed in 82 milliseconds