Searched refs:input_section_position_ (Results 1 – 3 of 3) sorted by relevance
480 input_section_position_(), in Layout()2595 map_it = this->input_section_position_.find(section_name); in find_section_order_index()2596 if (map_it != this->input_section_position_.end()) in find_section_order_index()2607 map_it = this->input_section_position_.find(*it); in find_section_order_index()2608 gold_assert(map_it != this->input_section_position_.end()); in find_section_order_index()2644 this->input_section_position_[line] = position; in read_layout_from_file()
1444 Unordered_map<std::string, unsigned int> input_section_position_; variable
4856 input_section_position_, and input_section_glob_.8721 (Layout::input_section_position_): New private member.