Searched refs:methodLists (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2871 uint32_t methodLists; /* struct objc_method_list ** (32-bit pointer) */ member in struct:objc_class_t
3154 sys::swapByteOrder(objc_class.methodLists);
4838 outs() << "\t\t methods " << format("0x%08" PRIx32, objc_class->methodLists);
4839 if (print_method_list(objc_class->methodLists, info))

Completed in 82 milliseconds