Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Ddwp.cc533 find_or_add(uint64_t signature, unsigned int* slotp);
1698 if (!this->cu_index_.find_or_add(dwo_id, &slot)) in add_cu_set()
1710 return this->tu_index_.find_or_add(type_sig, &this->last_tu_slot_); in lookup_tu()
1723 this->tu_index_.find_or_add(type_sig, &slot); in add_tu_set()
1731 Dwp_output_file::Dwp_index::find_or_add(uint64_t signature, in find_or_add() function in gold::Dwp_output_file::Dwp_index
1820 bool found = this->find_or_add(signature, &slot); in grow()
DChangeLog1430 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1682 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
2228 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check