Searched defs:curr_depth (Results 1 - 2 of 2) 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...]
/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 261 milliseconds