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 …]
2505 uint64_t baseMethods; // const method_list_t * (64-bit pointer) member2518 uint32_t baseMethods; /* const method_list_t * (32-bit pointer) */ member2812 sys::swapByteOrder(cro.baseMethods); in swapStruct()2825 sys::swapByteOrder(cro.baseMethods); in swapStruct()4277 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, baseMethods), in print_class_ro64_t()4278 S, info, n_value, cro.baseMethods); in print_class_ro64_t()4284 if (cro.baseMethods != 0) in print_class_ro64_t()4285 outs() << " + " << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()4287 outs() << format("0x%" PRIx64, cro.baseMethods); in print_class_ro64_t()4289 if (cro.baseMethods + n_value != 0) in print_class_ro64_t()[all …]
6499 ArrayRef<ObjCMethodDecl *>baseMethods, in Write__class_ro_t_initializer() argument6521 if (baseMethods.size() > 0) { in Write__class_ro_t_initializer()