Searched refs:isTvOS (Results 1 – 3 of 3) sorted by relevance
36 TARGET_OS(TARGET_OS_IPHONE, Triple.isiOS() || Triple.isTvOS() ||40 TARGET_OS(TARGET_OS_TV, Triple.isTvOS())48 TARGET_OS(TARGET_OS_EMBEDDED, (Triple.isiOS() || Triple.isTvOS() \
538 return getOS() == Triple::IOS || isTvOS(); in isiOS()542 bool isTvOS() const { in isTvOS() function
2384 } else if (S.Context.getTargetInfo().getTriple().isTvOS()) { in handleAvailabilityAttr()