Home | History | Annotate | Download | only in gold

Lines Matching full:symbols_

2092   { return this->local_symbol_count_ + this->symbols_.size(); }
2101 gold_assert(sym - this->local_symbol_count_ < this->symbols_.size());
2102 return this->symbols_[sym - this->local_symbol_count_];
2389 { return &this->symbols_; }
2702 Symbols symbols_;