Home | History | Annotate | Download | only in llvm-bcanalyzer

Lines Matching full:abbv

598       const BitCodeAbbrev *Abbv = nullptr;
600 Abbv = Stream.getAbbrev(Entry.ID);
640 if (Abbv) {
641 for (unsigned i = 1, e = Abbv->getNumOperandInfos(); i != e; ++i) {
642 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i);