HomeSort by: relevance | last modified time | path
    Searched defs:method_imp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libobjc/objc-private/
module-abi-8.h 135 IMP method_imp; /* Address of the method in the member in struct:objc_method
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
module-abi-8.h 135 IMP method_imp; /* Address of the method in the member in struct:objc_method
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3667 uint32_t method_imp; /* IMP, aka function pointer, (*IMP)(id, SEL, ...) member in struct:__anon5681::objc_method_t
3942 sys::swapByteOrder(method.method_imp);
4438 outs() << "\t\t method_imp "
4439 << format("0x%08" PRIx32, method.method_imp) << " ";
4441 SymbolName = GuessSymbolName(method.method_imp, info->AddrMap);

Completed in 34 milliseconds