Searched refs:methodLists (Results 1 – 1 of 1) sorted by relevance
2712 uint32_t methodLists; /* struct objc_method_list ** (32-bit pointer) */ member2995 sys::swapByteOrder(objc_class.methodLists); in swapStruct()4679 outs() << "\t\t methods " << format("0x%08" PRIx32, objc_class->methodLists); in print_objc_class_t()4680 if (print_method_list(objc_class->methodLists, info)) in print_objc_class_t()