Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:child

50         const DWARFDebugInfoEntryMinimal *child = getFirstChild();
51 if (recurseDepth > 0 && child) {
52 while (child) {
53 child->dump(OS, cu, recurseDepth-1, indent+2);
54 child = child->getSibling();
438 const DWARFDebugInfoEntryMinimal *child = getFirstChild();
439 while (child) {
440 child->buildAddressRangeTable(cu, debug_aranges);
441 child = child->getSibling();