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

References

tools/obj2yaml/dwarf2yaml.cpp
  103   Y.PubNames.IsGNUStyle = false;
  104   dumpPubSection(DCtx, Y.PubNames, D.getPubnamesSection());
  106   Y.PubTypes.IsGNUStyle = false;
  107   dumpPubSection(DCtx, Y.PubTypes, D.getPubtypesSection());
  109   Y.GNUPubNames.IsGNUStyle = true;
  110   dumpPubSection(DCtx, Y.GNUPubNames, D.getGnuPubnamesSection());
  112   Y.GNUPubTypes.IsGNUStyle = true;
  113   dumpPubSection(DCtx, Y.GNUPubTypes, D.getGnuPubtypesSection());