Home
last modified time | relevance | path

Searched defs:objc_class (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h187 struct objc_class { struct
188 struct objc_class* class_pointer; /* Pointer to the class's meta argument
190 struct objc_class* super_class; /* Pointer to the super argument
193 const char* name; /* Name of the class. */
194 long version; /* Unknown. */
195 unsigned long info; /* Bit mask. See class masks
197 long instance_size; /* Size in bytes of the class.
223 struct objc_class* subclass_list; /* Subclasses */ argument
224 struct objc_class* sibling_class; argument
226 struct objc_protocol_list *protocols; /* Protocols conformed to */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dmodule-abi-8.h187 struct objc_class { struct
188 struct objc_class* class_pointer; /* Pointer to the class's meta argument
190 struct objc_class* super_class; /* Pointer to the super argument
193 const char* name; /* Name of the class. */
194 long version; /* Unknown. */
195 unsigned long info; /* Bit mask. See class masks
197 long instance_size; /* Size in bytes of the class.
223 struct objc_class* subclass_list; /* Subclasses */ argument
224 struct objc_class* sibling_class; argument
226 struct objc_protocol_list *protocols; /* Protocols conformed to */
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp3903 inline void swapStruct(struct objc_class_t &objc_class) { in swapStruct()
5493 static void print_objc_class_t(struct objc_class_t *objc_class, in print_objc_class_t()
6269 struct objc_class_t objc_class; in printObjc1_32bit_MetaData() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5410 static bool objc_class = false; in RewriteObjCClassMetaData() local