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

References

include/llvm/DebugInfo/DIContext.h
  196     if (ChildRecurseDepth == -1U && !ShowChildren)
lib/DebugInfo/DWARF/DWARFDie.cpp
  575     ParentDumpOpts.ShowChildren = false;
  608         if (DumpOpts.ShowChildren && DumpOpts.ChildRecurseDepth > 0 && child) {
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
  242   DumpOpts.ShowChildren = ShowChildren;