Home
last modified time | relevance | path

Searched refs:CLS_META (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6391 CLS_META = 0x1, enumerator
6427 bool metaclass = ((flags & CLS_META) != 0); in Write__class_ro_t_initializer()
7082 uint32_t flags = CLS_META; in RewriteObjCClassMetaData()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3866 #define CLS_META 0x2 macro
5834 if (info->verbose && CLS_GETINFO(objc_class, CLS_META)) { in print_objc_class_t()
5871 else if (CLS_GETINFO(objc_class, CLS_META)) in print_objc_class_t()