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

References

lib/DebugInfo/DWARF/DWARFUnit.cpp
  689   for (uint32_t I = getDIEIndex(Die) - 1; I > 0; --I) {
  689   for (uint32_t I = getDIEIndex(Die) - 1; I > 0; --I) {
  690     if (DieArray[I].getDepth() == ParentDepth)
  691       return DWARFDie(this, &DieArray[I]);