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

References

lib/DebugInfo/DWARF/DWARFDie.cpp
  558   if (DumpOpts.ParentRecurseDepth > 0 && Depth >= DumpOpts.ParentRecurseDepth)
  558   if (DumpOpts.ParentRecurseDepth > 0 && Depth >= DumpOpts.ParentRecurseDepth)
  560   Indent = dumpParentChain(Die.getParent(), OS, Indent, DumpOpts, Depth + 1);
  561   Die.dump(OS, Indent, DumpOpts);