Searched refs:curr_depth (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfo.cpp | 341 const uint32_t curr_depth, in DWARFDebugInfo_ParseCallback() argument 490 const uint32_t curr_depth, in DumpCallback() argument 507 if (curr_depth < dumpInfo->recurse_depth) in DumpCallback() 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() 566 if (curr_depth <= 1) in DumpCallback() 695 uint32_t curr_depth = 0; in Dump() local 700 DumpCallback(m_dwarf2Data, (DWARFCompileUnitSP&)cu_sp, NULL, 0, curr_depth, &dumpInfo); in Dump() 733 const uint32_t curr_depth, in FindCallbackString() argument
|
D | DWARFDebugInfoEntry.cpp | 1216 uint32_t curr_depth in GetAttributes() 1245 if (curr_depth > 0) in GetAttributes() 1269 … die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes, curr_depth + 1); in GetAttributes() 1276 … die->GetAttributes(dwarf2Data, cu_sp_ptr.get(), fixed_form_sizes, attributes, curr_depth + 1); in GetAttributes()
|
D | DWARFDebugInfoEntry.h | 167 … uint32_t curr_depth = 0) const; // "curr_depth" for internal use only, don't set this yourself!!!
|
/external/lldb/source/Core/ |
D | ValueObject.cpp | 3350 uint32_t curr_depth) in DumpValueObject_Impl() argument 3387 if (curr_depth == 0 && options.m_hide_root_type) in DumpValueObject_Impl() 3391 show_type = options.m_show_types || (curr_depth == 0 && !options.m_flat_output); in DumpValueObject_Impl() 3497 if (curr_depth < options.m_max_depth) in DumpValueObject_Impl() 3518 else if (is_ref && curr_depth == 0) in DumpValueObject_Impl() 3573 curr_depth + 1); in DumpValueObject_Impl()
|