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

References

lib/DebugInfo/DWARF/DWARFContext.cpp
  922   Worklist.push_back(Result.FunctionDIE);
  923   while (!Worklist.empty()) {
  924     DWARFDie DIE = Worklist.back();
  925     Worklist.pop_back();
  937       Worklist.push_back(Child);