Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp49 std::vector<DWARFUnit *> units_to_index; in Index() local
50 units_to_index.reserve(main_info.GetNumUnits() + in Index()
59 units_to_index.push_back(unit); in Index()
66 units_to_index.push_back(tu); in Index()
71 if (units_to_index.empty()) in Index()
80 const uint64_t total_progress = units_to_index.size() * 2 + 8; in Index()
84 std::vector<IndexSet> sets(units_to_index.size()); in Index()
89 units_to_index.size()); in Index()
91 IndexUnit(*units_to_index[cu_idx], dwp_dwarf, sets[cu_idx]); in Index()
96 clear_cu_dies[cu_idx] = units_to_index[cu_idx]->ExtractDIEsScoped(); in Index()
[all …]