Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-objc-meta-data.test644 OBJC1_32BIT_EXE: method_imp 0x00002430
647 OBJC1_32BIT_EXE: method_imp 0x00002480
689 OBJC1_32BIT_EXE: method_imp 0x00002510
692 OBJC1_32BIT_EXE: method_imp 0x00002530
882 OBJC1_32BIT_OBJ: method_imp 0x00000000 -[ViewController viewDidLoad]
885 OBJC1_32BIT_OBJ: method_imp 0x00000050 -[ViewController setRepresentedObject:]
/external/llvm/tools/llvm-objdump/
DMachODump.cpp2751 uint32_t method_imp; /* IMP, aka function pointer, (*IMP)(id, SEL, ...) member
3026 sys::swapByteOrder(method.method_imp); in swapStruct()
3514 << format("0x%08" PRIx32, method.method_imp) << " "; in print_method_list()
3516 SymbolName = GuessSymbolName(method.method_imp, info->AddrMap); in print_method_list()