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

References

lib/DebugInfo/DWARF/DWARFDie.cpp
  572   if (DumpOpts.ShowParents) {
  573     DIDumpOptions ParentDumpOpts = DumpOpts;
  581     if (DumpOpts.ShowAddresses)
  590         if (DumpOpts.Verbose)
  604                         Indent, DumpOpts);
  608         if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0 && child) {
  608         if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0 && child) {
  609           DumpOpts.ChildRecurseDepth--;
  610           DIDumpOptions ChildDumpOpts = DumpOpts;