Searched refs:isTvOS (Results 1 – 4 of 4) 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() \
111 if (Triple.isTvOS()) { in getDarwinDefines()
571 return getOS() == Triple::IOS || isTvOS(); in isiOS()575 bool isTvOS() const { in isTvOS() function
2590 } else if (S.Context.getTargetInfo().getTriple().isTvOS()) { in handleAvailabilityAttr()