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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2910 uint32_t method_imp; /* IMP, aka function pointer, (*IMP)(id, SEL, ...) member in struct:objc_method_t
3185 sys::swapByteOrder(method.method_imp);
3672 outs() << "\t\t method_imp "
3673 << format("0x%08" PRIx32, method.method_imp) << " ";
3675 SymbolName = GuessSymbolName(method.method_imp, info->AddrMap);

Completed in 181 milliseconds