Home | History | Annotate | Download | only in DWARF

Lines Matching refs:curr_depth

341     const uint32_t curr_depth,
490 const uint32_t curr_depth,
507 if (curr_depth < dumpInfo->recurse_depth)
530 dumpInfo->found_depth = curr_depth;
544 if (curr_depth <= dumpInfo->found_depth)
550 if (dumpInfo->recurse_depth == UINT32_MAX || curr_depth <= dumpInfo->found_depth + dumpInfo->recurse_depth)
566 if (curr_depth <= 1)
695 uint32_t curr_depth = 0;
700 DumpCallback(m_dwarf2Data, (DWARFCompileUnitSP&)cu_sp, NULL, 0, curr_depth, &dumpInfo);
733 const uint32_t curr_depth,