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.cpp6357 CLS_META = 0x1, enumerator
6393 bool metaclass = ((flags & CLS_META) != 0); in Write__class_ro_t_initializer()
7048 uint32_t flags = CLS_META; in RewriteObjCClassMetaData()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3870 #define CLS_META 0x2 macro
5838 if (info->verbose && CLS_GETINFO(objc_class, CLS_META)) { in print_objc_class_t()
5875 else if (CLS_GETINFO(objc_class, CLS_META)) in print_objc_class_t()