Searched refs:curr_depth (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp341 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; local
700 DumpCallback(m_dwarf2Data, (DWARFCompileUnitSP&)cu_sp, NULL, 0, curr_depth, &dumpInfo);
733 const uint32_t curr_depth,
335 DWARFDebugInfo_ParseCallback( SymbolFileDWARF* dwarf2Data, DWARFCompileUnitSP& cu_sp, DWARFDebugInfoEntry* die, const dw_offset_t next_offset, const uint32_t curr_depth, void* userData ) argument
484 DumpCallback( SymbolFileDWARF* dwarf2Data, DWARFCompileUnitSP& cu_sp, DWARFDebugInfoEntry* die, const dw_offset_t next_offset, const uint32_t curr_depth, void* userData ) argument
727 FindCallbackString( SymbolFileDWARF* dwarf2Data, DWARFCompileUnitSP& cu_sp, DWARFDebugInfoEntry* die, const dw_offset_t next_offset, const uint32_t curr_depth, void* userData ) argument
[all...]
H A DDWARFDebugInfoEntry.h167 uint32_t curr_depth = 0) const; // "curr_depth" for internal use only, don't set this yourself!!!
H A DDWARFDebugInfoEntry.cpp1216 uint32_t curr_depth
1245 if (curr_depth > 0)
1249 // referencing this DIE because curr_depth is not zero
1269 die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes, curr_depth + 1);
1276 die->GetAttributes(dwarf2Data, cu_sp_ptr.get(), fixed_form_sizes, attributes, curr_depth + 1);
/external/lldb/source/Core/
H A DValueObject.cpp3350 uint32_t curr_depth)
3387 if (curr_depth == 0 && options.m_hide_root_type)
3391 show_type = options.m_show_types || (curr_depth == 0 && !options.m_flat_output);
3497 if (curr_depth < options.m_max_depth)
3518 else if (is_ref && curr_depth == 0)
3573 curr_depth + 1);
3346 DumpValueObject_Impl(Stream &s, ValueObject *valobj, const ValueObject::DumpValueObjectOptions& options, uint32_t ptr_depth, uint32_t curr_depth) argument

Completed in 183 milliseconds