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

  /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...]
  /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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 174 TvOS, // Apple tvOS
434 /// Note: This identifies tvOS as a variant of iOS. If that ever
442 /// Is this an Apple tvOS triple.
444 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 174 TvOS, // Apple tvOS
434 /// Note: This identifies tvOS as a variant of iOS. If that ever
442 /// Is this an Apple tvOS triple.
444 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 174 TvOS, // Apple tvOS
434 /// Note: This identifies tvOS as a variant of iOS. If that ever
442 /// Is this an Apple tvOS triple.
444 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 174 TvOS, // Apple tvOS
434 /// Note: This identifies tvOS as a variant of iOS. If that ever
442 /// Is this an Apple tvOS triple.
444 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 174 TvOS, // Apple tvOS
434 /// Note: This identifies tvOS as a variant of iOS. If that ever
442 /// Is this an Apple tvOS triple.
444 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 174 TvOS, // Apple tvOS
434 /// Note: This identifies tvOS as a variant of iOS. If that ever
442 /// Is this an Apple tvOS triple.
444 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 174 TvOS, // Apple tvOS
434 /// Note: This identifies tvOS as a variant of iOS. If that ever
442 /// Is this an Apple tvOS triple.
444 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 174 TvOS, // Apple tvOS
434 /// Note: This identifies tvOS as a variant of iOS. If that ever
442 /// Is this an Apple tvOS triple.
444 return getOS() == Triple::TvOS;

Completed in 716 milliseconds