Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Bitcode/
H A DBitCodes.h39 BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 16GB per block. enumerator
H A DBitstreamReader.h432 size_t NumFourBytes = Read(bitc::BlockSizeWidth); in SkipBlock()
H A DBitstreamWriter.h212 Emit(0, bitc::BlockSizeWidth); in EnterSubblock()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp44 unsigned NumWords = Read(bitc::BlockSizeWidth); in EnterSubBlock()