Home | History | Annotate | Download | only in gold

Lines Matching refs:abbrev_code_

509     if (this->abbrev_code_ == NULL)
511 return this->abbrev_code_->tag;
518 gold_assert(this->abbrev_code_ != NULL);
519 return this->abbrev_code_->has_children;
526 gold_assert(this->abbrev_code_ != NULL);
527 return this->abbrev_code_->has_sibling_attribute;
657 const Abbrev_code* abbrev_code_;