Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp611 auto num_dwarf_units = oso_symfile->DebugInfo().GetNumUnits(); in ParseCompileUnitAtIndex() local
612 for (size_t i = 0; i < num_dwarf_units; ++i) { in ParseCompileUnitAtIndex()