Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DManualDWARFIndex.cpp48 std::vector<DWARFUnit *> units_to_index; in Index() local
49 units_to_index.reserve(main_info.GetNumUnits() + in Index()
58 units_to_index.push_back(unit); in Index()
63 units_to_index.push_back(tu); in Index()
67 if (units_to_index.empty()) in Index()
76 const uint64_t total_progress = units_to_index.size() * 2 + 8; in Index()
81 std::vector<IndexSet> sets(units_to_index.size()); in Index()
86 units_to_index.size()); in Index()
88 IndexUnit(*units_to_index[cu_idx], dwp_dwarf, sets[cu_idx]); in Index()
93 clear_cu_dies[cu_idx] = units_to_index[cu_idx]->ExtractDIEsScoped(); in Index()
[all …]