Home
last modified time | relevance | path

Searched refs:found_depth (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp459 found_depth(UINT32_MAX), in DumpInfo()
467 uint32_t found_depth; member
530 dumpInfo->found_depth = curr_depth; in DumpCallback()
544 if (curr_depth <= dumpInfo->found_depth) in DumpCallback()
550 …if (dumpInfo->recurse_depth == UINT32_MAX || curr_depth <= dumpInfo->found_depth + dumpInfo->recur… in DumpCallback()