Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DOSTargets.cpp97 if (Triple.isTvOS()) { in getDarwinDefines()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h495 return getOS() == Triple::IOS || isTvOS(); in isiOS()
499 bool isTvOS() const { in isTvOS() function
/openbsd/gnu/llvm/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp198 if (T.isTvOS()) in writeTbdStub()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp2712 } else if (S.Context.getTargetInfo().getTriple().isTvOS()) { in handleAvailabilityAttr()