Home
last modified time | relevance | path

Searched refs:getNumOperandInfos (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp136 for (unsigned i = 1, e = Abbv->getNumOperandInfos(); i < e; ++i) { in skipRecord()
246 assert(Abbv->getNumOperandInfos() != 0 && "no record code in abbreviation?"); in readRecord()
261 for (unsigned i = 1, e = Abbv->getNumOperandInfos(); i != e; ++i) { in readRecord()
414 if (Abbv->getNumOperandInfos() == 0) in ReadAbbrevRecord()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitCodes.h112 unsigned getNumOperandInfos() const { in getNumOperandInfos() function
H A DBitstreamWriter.h382 unsigned i = 0, e = static_cast<unsigned>(Abbv->getNumOperandInfos()); in EmitRecordWithAbbrevImpl()
547 EmitVBR(Abbv.getNumOperandInfos(), 5); in EncodeAbbrev()
548 for (unsigned i = 0, e = static_cast<unsigned>(Abbv.getNumOperandInfos()); in EncodeAbbrev()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp939 for (unsigned i = 1, e = Abbv->getNumOperandInfos(); i != e; ++i) { in parseBlock()