Searched refs:tu_index_ (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | dwp.cc | 454 stringpool_(), shstrtab_(), cu_index_(), tu_index_(), last_type_sig_(0), in Dwp_output_file() 675 Dwp_index tu_index_; member in gold::Dwp_output_file 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() 1724 this->tu_index_.enter_set(slot, tu_set); in add_tu_set() 1870 this->write_index<true>(".debug_tu_index", this->tu_index_); in finalize() 1875 this->write_index<false>(".debug_tu_index", this->tu_index_); in finalize()
|