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

References

tools/llvm-objdump/MachODump.cpp
 4344   outs() << indent << "\t\t   entsize " << ml.entsize << "\n";
 4345   outs() << indent << "\t\t     count " << ml.count << "\n";
 4356       outs() << indent << "   (method_t entends past the end of the section)\n";
 4362     outs() << indent << "\t\t      name " << format("0x%" PRIx32, m.name);
 4368     outs() << indent << "\t\t     types " << format("0x%" PRIx32, m.types);
 4374     outs() << indent << "\t\t       imp " << format("0x%" PRIx32, m.imp);