reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
725 for (size_t I = getDIEIndex(Die); I > 0;) { 726 --I; 727 if (DieArray[I].getDepth() == Depth - 1) 729 if (DieArray[I].getDepth() == Depth) 730 return DWARFDie(this, &DieArray[I]);