Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitCodes.h30 BlockIDWidth = 8, // We use VBR-8 for block IDs. enumerator
H A DBitstreamReader.h442 return ReadVBR(bitc::BlockIDWidth); in ReadSubBlockID()
H A DBitstreamWriter.h204 EmitVBR(BlockID, bitc::BlockIDWidth); in EnterSubblock()