Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h670 #define CLS_META 0x0002L macro
H A Dobjc-gnu-runtime-abi-01.c1706 CLS_META, class_methods, class_ivars, in generate_class_structures()
H A Dobjc-next-runtime-abi-01.c2098 CLS_META, class_methods, class_ivars, in generate_v1_class_structs()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h684 #define CLS_META 0x0002L macro
H A Dobjc-gnu-runtime-abi-01.cc1707 CLS_META, class_methods, class_ivars, in generate_class_structures()
H A Dobjc-next-runtime-abi-01.cc2099 CLS_META, class_methods, class_ivars, in generate_v1_class_structs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6405 CLS_META = 0x1, enumerator
6441 bool metaclass = ((flags & CLS_META) != 0); in Write__class_ro_t_initializer()
7096 uint32_t flags = CLS_META; in RewriteObjCClassMetaData()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3637 #define CLS_META 0x2 macro
5503 if (info->verbose && CLS_GETINFO(objc_class, CLS_META)) { in print_objc_class_t()
5540 else if (CLS_GETINFO(objc_class, CLS_META)) in print_objc_class_t()