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

References

tools/obj2yaml/dwarf2yaml.cpp
  102   const DWARFObject &D = DCtx.getDWARFObj();
  104   dumpPubSection(DCtx, Y.PubNames, D.getPubnamesSection());
  107   dumpPubSection(DCtx, Y.PubTypes, D.getPubtypesSection());
  110   dumpPubSection(DCtx, Y.GNUPubNames, D.getGnuPubnamesSection());
  113   dumpPubSection(DCtx, Y.GNUPubTypes, D.getGnuPubtypesSection());