Searched refs:abbrevs_ (Results 1 – 2 of 2) sorted by relevance
227 if (abbrevs_) delete abbrevs_; in ~CompilationUnit() local316 std::vector<Abbrev>* abbrevs_; variable
57 sections_(sections), handler_(handler), abbrevs_(NULL), in CompilationUnit()69 if (abbrevs_) in ReadAbbrevs()80 abbrevs_ = new std::vector<Abbrev>; in ReadAbbrevs()81 abbrevs_->resize(1); in ReadAbbrevs()129 assert(abbrev.number == abbrevs_->size()); in ReadAbbrevs()130 abbrevs_->push_back(abbrev); in ReadAbbrevs()502 const Abbrev& abbrev = abbrevs_->at(static_cast<size_t>(abbrev_num)); in ProcessDIEs()