Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dincremental.h356 is_member_(false), sections_(), groups_() in Incremental_object_entry()
402 { this->groups_.push_back(signature_key); } in add_comdat_group()
407 { return this->groups_.size(); } in get_comdat_group_count()
412 { return this->groups_[n]; } in get_comdat_signature_key()
448 std::vector<Stringpool::Key> groups_; variable
DChangeLog5841 (Incremental_object_entry::groups_): New data member.