Home | History | Annotate | Download | only in DWARF

Lines Matching refs:recurse_depth

452     uint32_t recurse_depth
458 Dump(dwarf2Data, cu, s, recurse_depth);
959 uint32_t recurse_depth
997 if (recurse_depth > 0 && child)
1003 child->Dump(dwarf2Data, cu, s, recurse_depth-1);