Home
last modified time | relevance | path

Searched refs:isTvOS (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h464 return getOS() == Triple::IOS || isTvOS(); in isiOS()
468 bool isTvOS() const { in isTvOS() function
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DOSTargets.cpp89 if (Triple.isTvOS()) in getDarwinDefines()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp213 if (T.isTvOS()) in writeTbdStub()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp2534 } else if (S.Context.getTargetInfo().getTriple().isTvOS()) { in handleAvailabilityAttr()