Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp3924 uint32_t method_imp; /* IMP, aka function pointer, (*IMP)(id, SEL, ...) member
4199 sys::swapByteOrder(method.method_imp); in swapStruct()
4696 << format("0x%08" PRIx32, method.method_imp) << " "; in print_method_list()
4698 SymbolName = GuessSymbolName(method.method_imp, info->AddrMap); in print_method_list()