Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h227 if (abbrevs_) delete abbrevs_; in ~CompilationUnit() local
316 std::vector<Abbrev>* abbrevs_; variable
Ddwarf2reader.cc57 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()