Searched refs:fills_ (Results 1 – 2 of 2) sorted by relevance
2287 fills_(), in Output_section()2458 gold_assert(this->fills_.empty()); in add_input_section()2473 this->fills_.push_back(Fill(offset_in_section, fill_len)); in add_input_section()3670 gold_assert(!this->generate_code_fills_at_write_ || this->fills_.empty()); in do_write()3673 for (Fill_list::iterator p = this->fills_.begin(); in do_write()3674 p != this->fills_.end(); in do_write()3759 gold_assert(!this->generate_code_fills_at_write_ || this->fills_.empty()); in write_to_postprocessing_buffer()3762 for (Fill_list::iterator p = this->fills_.begin(); in write_to_postprocessing_buffer()3763 p != this->fills_.end(); in write_to_postprocessing_buffer()3918 gold_assert(this->fills_.empty()); in save_states()[all …]
4378 Fill_list fills_; variable