Lines Matching refs:baseMethods
2505 uint64_t baseMethods; // const method_list_t * (64-bit pointer) member
2518 uint32_t baseMethods; /* const method_list_t * (32-bit pointer) */ member
2812 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()
4290 print_method_list64_t(cro.baseMethods + n_value, info, ""); in print_class_ro64_t()
4402 << format("0x%" PRIx32, cro.baseMethods) in print_class_ro32_t()
4404 if (cro.baseMethods != 0) in print_class_ro32_t()
4405 print_method_list32_t(cro.baseMethods, info, ""); in print_class_ro32_t()