Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp2754 uint32_t method_types; /* char * (32-bit pointer) */ member
3029 sys::swapByteOrder(method.method_types); in swapStruct()
3505 << format("0x%08" PRIx32, method.method_types); in print_method_list()
3507 name = get_pointer_32(method.method_types, offset, xleft, S, info, true); in print_method_list()