reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
 4419     memcpy(&method, methods + i * sizeof(struct objc_method_t),
 4422       swapStruct(method);
 4425            << format("0x%08" PRIx32, method.method_name);
 4427       name = get_pointer_32(method.method_name, offset, xleft, S, info, true);
 4436            << format("0x%08" PRIx32, method.method_types);
 4438       name = get_pointer_32(method.method_types, offset, xleft, S, info, true);
 4447            << format("0x%08" PRIx32, method.method_imp) << " ";
 4449       SymbolName = GuessSymbolName(method.method_imp, info->AddrMap);