Home
last modified time | relevance | path

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

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