Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitCodes.h30 BlockIDWidth = 8, // We use VBR-8 for block IDs. enumerator
DBitstreamReader.h444 return ReadVBR(bitc::BlockIDWidth); in ReadSubBlockID()
DBitstreamWriter.h208 EmitVBR(BlockID, bitc::BlockIDWidth); in EnterSubblock()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1766 Stream.getAbbrevIDWidth() + bitc::BlockIDWidth; in parseValueSymbolTable()