Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DBitCodes.h32 BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 16GB per block. enumerator
DBitstreamReader.h450 unsigned NumFourBytes = Read(bitc::BlockSizeWidth); in SkipBlock()
DBitstreamWriter.h212 Emit(0, bitc::BlockSizeWidth); in EnterSubblock()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp43 unsigned NumWords = Read(bitc::BlockSizeWidth); in EnterSubBlock()