HomeSort by relevance Sort by last modified time
    Searched defs:TvOS (Results 1 - 17 of 17) 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-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/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 177 TvOS, // Apple tvOS
443 /// Note: This identifies tvOS as a variant of iOS. If that ever
451 /// Is this an Apple tvOS triple.
453 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 177 TvOS, // Apple tvOS
443 /// Note: This identifies tvOS as a variant of iOS. If that ever
451 /// Is this an Apple tvOS triple.
453 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 178 TvOS, // Apple tvOS
446 /// Note: This identifies tvOS as a variant of iOS. If that ever
454 /// Is this an Apple tvOS triple.
456 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 178 TvOS, // Apple tvOS
446 /// Note: This identifies tvOS as a variant of iOS. If that ever
454 /// Is this an Apple tvOS triple.
456 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 178 TvOS, // Apple tvOS
446 /// Note: This identifies tvOS as a variant of iOS. If that ever
454 /// Is this an Apple tvOS triple.
456 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 178 TvOS, // Apple tvOS
446 /// Note: This identifies tvOS as a variant of iOS. If that ever
454 /// Is this an Apple tvOS triple.
456 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;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 177 TvOS, // Apple tvOS
443 /// Note: This identifies tvOS as a variant of iOS. If that ever
451 /// Is this an Apple tvOS triple.
453 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 177 TvOS, // Apple tvOS
443 /// Note: This identifies tvOS as a variant of iOS. If that ever
451 /// Is this an Apple tvOS triple.
453 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 178 TvOS, // Apple tvOS
446 /// Note: This identifies tvOS as a variant of iOS. If that ever
454 /// Is this an Apple tvOS triple.
456 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 178 TvOS, // Apple tvOS
446 /// Note: This identifies tvOS as a variant of iOS. If that ever
454 /// Is this an Apple tvOS triple.
456 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Triple.h 178 TvOS, // Apple tvOS
446 /// Note: This identifies tvOS as a variant of iOS. If that ever
454 /// Is this an Apple tvOS triple.
456 return getOS() == Triple::TvOS;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Triple.h 178 TvOS, // Apple tvOS
446 /// Note: This identifies tvOS as a variant of iOS. If that ever
454 /// Is this an Apple tvOS triple.
456 return getOS() == Triple::TvOS;

Completed in 776 milliseconds