Searched refs:baseMethods (Results 1 – 3 of 3) sorted by relevance
22 OBJC2_64BIT_EXE: baseMethods 0x100002098 (struct method_list_t *)47 OBJC2_64BIT_EXE: baseMethods 0x0 (struct method_list_t *)64 OBJC2_64BIT_EXE: baseMethods 0x100002910 (struct method_list_t *)109 OBJC2_64BIT_EXE: baseMethods 0x0 (struct method_list_t *)146 OBJC2_64BIT_OBJ: baseMethods l_OBJC_$_INSTANCE_METHODS_AppDelegate (struct method_lis…191 OBJC2_64BIT_OBJ: baseMethods 0x0 (struct method_list_t *)227 OBJC2_32BIT_EXE: baseMethods 0x6614 (struct method_list_t *)313 OBJC2_32BIT_EXE: baseMethods 0x0 (struct method_list_t *)349 OBJC2_32BIT_EXE: baseMethods 0x6730 (struct method_list_t *)430 OBJC2_32BIT_EXE: baseMethods 0x0 (struct method_list_t *)[all …]
2664 uint64_t baseMethods; // const method_list_t * (64-bit pointer) member2677 uint32_t baseMethods; /* const method_list_t * (32-bit pointer) */ member2971 sys::swapByteOrder(cro.baseMethods); in swapStruct()2984 sys::swapByteOrder(cro.baseMethods); in swapStruct()4436 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods), in print_class_ro64_t()4437 S, info, n_value, cro.baseMethods); in print_class_ro64_t()4443 if (cro.baseMethods != 0) in print_class_ro64_t()4444 outs() << " + " << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()4446 outs() << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()4448 if (cro.baseMethods + n_value != 0) in print_class_ro64_t()[all …]
6421 ArrayRef<ObjCMethodDecl *>baseMethods, in Write__class_ro_t_initializer() argument6443 if (baseMethods.size() > 0) { in Write__class_ro_t_initializer()