HomeSort by: relevance | last modified time | path
    Searched refs:BlockSizeWidth (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
BitCodes.h 41 BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 16GB per block.
BitstreamReader.h 475 Expected<unsigned> MaybeNum = Read(bitc::BlockSizeWidth);
BitstreamWriter.h 294 Emit(0, bitc::BlockSizeWidth);
  /src/external/apache2/llvm/dist/llvm/lib/Bitstream/Reader/
BitstreamReader.cpp 47 Expected<word_t> MaybeNum = Read(bitc::BlockSizeWidth);

Completed in 32 milliseconds