Searched defs:objc_class (Results 1 – 4 of 4) sorted by relevance
187 struct objc_class { struct188 struct objc_class* class_pointer; /* Pointer to the class's meta argument190 struct objc_class* super_class; /* Pointer to the super argument193 const char* name; /* Name of the class. */194 long version; /* Unknown. */195 unsigned long info; /* Bit mask. See class masks197 long instance_size; /* Size in bytes of the class.223 struct objc_class* subclass_list; /* Subclasses */ argument224 struct objc_class* sibling_class; argument226 struct objc_protocol_list *protocols; /* Protocols conformed to */[all …]
3903 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
5410 static bool objc_class = false; in RewriteObjCClassMetaData() local