Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugInfo.cpp358 const uint32_t curr_depth, in DWARFDebugInfo_ParseCallback() argument
507 const uint32_t curr_depth, in DumpCallback() argument
524 if (curr_depth < dumpInfo->recurse_depth) in DumpCallback()
547 dumpInfo->found_depth = curr_depth; in DumpCallback()
561 if (curr_depth <= dumpInfo->found_depth) in DumpCallback()
567 …if (dumpInfo->recurse_depth == UINT32_MAX || curr_depth <= dumpInfo->found_depth + dumpInfo->recur… in DumpCallback()
583 if (curr_depth <= 1) in DumpCallback()
712 uint32_t curr_depth = 0; in Dump() local
717 DumpCallback(m_dwarf2Data, (DWARFCompileUnitSP&)cu_sp, NULL, 0, curr_depth, &dumpInfo); in Dump()
750 const uint32_t curr_depth, in FindCallbackString() argument
HDDWARFDebugInfoEntry.cpp1218 uint32_t curr_depth in GetAttributes()
1247 if (curr_depth > 0) in GetAttributes()
1271 … die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes, curr_depth + 1); in GetAttributes()
1278 … die->GetAttributes(dwarf2Data, cu_sp_ptr.get(), fixed_form_sizes, attributes, curr_depth + 1); in GetAttributes()
HDDWARFDebugInfoEntry.h167 … uint32_t curr_depth = 0) const; // "curr_depth" for internal use only, don't set this yourself!!!
/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp35 uint32_t curr_depth) in ValueObjectPrinter() argument
37 Init(valobj,s,options,ptr_depth,curr_depth); in ValueObjectPrinter()
45 uint32_t curr_depth) in Init() argument
52 m_curr_depth = curr_depth; in Init()
/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDValueObjectPrinter.h276 uint32_t curr_depth);
285 uint32_t curr_depth);