Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitCodes.h30 BlockIDWidth = 8, // We use VBR-8 for block IDs. enumerator
DBitstreamReader.h523 return ReadVBR(bitc::BlockIDWidth); in ReadSubBlockID()
DBitstreamWriter.h208 EmitVBR(BlockID, bitc::BlockIDWidth); in EnterSubblock()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitCodes.h28 BlockIDWidth = 8, // We use VBR-8 for block IDs. enumerator
DBitstreamWriter.h198 EmitVBR(BlockID, bitc::BlockIDWidth); in EnterSubblock()
DBitstreamReader.h364 return ReadVBR(bitc::BlockIDWidth); in ReadSubBlockID()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h32 BlockIDWidth = 8, // We use VBR-8 for block IDs. enumerator
DNaClBitstreamReader.h800 return ReadVBR(naclbitc::BlockIDWidth); in ReadSubBlockID()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1935 Stream.getAbbrevIDWidth() + bitc::BlockIDWidth; in parseValueSymbolTable()