Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6393 CLS_META = 0x1, enumerator
6429 bool metaclass = ((flags & CLS_META) != 0); in Write__class_ro_t_initializer()
7084 uint32_t flags = CLS_META; in RewriteObjCClassMetaData()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3856 #define CLS_META 0x2 macro
5722 if (info->verbose && CLS_GETINFO(objc_class, CLS_META)) { in print_objc_class_t()
5759 else if (CLS_GETINFO(objc_class, CLS_META)) in print_objc_class_t()