Home | History | Annotate | Download | only in dwarf2

Lines Matching defs:cu_indices

179   std::vector<offset_type> cu_indices;
181 /* Minimize CU_INDICES, sorting them and removing duplicates as
407 slot->cu_indices.push_back (cu_index_and_attrs);
415 if (name == nullptr || cu_indices.empty ())
418 std::sort (cu_indices.begin (), cu_indices.end ());
419 auto from = std::unique (cu_indices.begin (), cu_indices.end ());
420 cu_indices.erase (from, cu_indices.end ());
428 from = std::remove_if (cu_indices.begin (), cu_indices.end (),
438 cu_indices.erase (from, cu_indices.end ());
518 = symbol_hash_table.try_emplace (entry.cu_indices,
524 cpool.append_offset (entry.cu_indices.size ());
525 for (const auto index : entry.cu_indices)
1342 /* Now that we've processed all symbols we can shrink their cu_indices