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

  /external/llvm/include/llvm/ADT/
Triple.h 161 TvOS, // Apple tvOS
413 /// Note: This identifies tvOS as a variant of iOS. If that ever
421 /// Is this an Apple tvOS triple.
423 return getOS() == Triple::TvOS;
  /external/clang/lib/Driver/
ToolChains.h 367 TvOS,
429 return TargetPlatform == IPhoneOS || TargetPlatform == TvOS;
445 return TargetPlatform == TvOS;
455 return TargetPlatform == TvOS || TargetPlatform == TvOSSimulator;
    [all...]
Driver.cpp     [all...]
ToolChains.cpp 188 Str += "tvos";
426 // We currently always need a static runtime library for tvOS.
427 AddLinkRuntimeLib(Args, CmdArgs, "libclang_rt.tvos.a");
593 // Do not allow conflicts with the tvOS target.
638 Platform = TvOS;
662 } else if (Platform == TvOS) {
    [all...]
Tools.cpp 680 case llvm::Triple::TvOS: {
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 185 case TvOS: return "tvos";
442 .StartsWith("tvos", Triple::TvOS)
957 case TvOS:
986 case TvOS:
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 299 case Triple::TvOS:
335 case Triple::TvOS:
351 case Triple::TvOS:
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp     [all...]

Completed in 3721 milliseconds