Searched defs:objc_method_t (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 2907 struct objc_method_t { struct 2908 uint32_t method_name; /* SEL, aka struct objc_selector * (32-bit pointer) */ 2909 uint32_t method_types; /* char * (32-bit pointer) */ 2910 uint32_t method_imp; /* IMP, aka function pointer, (*IMP)(id, SEL, ...)
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 3306 struct objc_method_t { struct 3307 uint32_t method_name; /* SEL, aka struct objc_selector * (32-bit pointer) */ 3308 uint32_t method_types; /* char * (32-bit pointer) */ 3309 uint32_t method_imp; /* IMP, aka function pointer, (*IMP)(id, SEL, ...)
|