HomeSort by relevance Sort by last modified time
    Searched refs:BlockSizeWidth (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitCodes.h 31 BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 16GB per block.
BitstreamReader.h 399 unsigned NumWords = Read(bitc::BlockSizeWidth);
431 unsigned NumWords = Read(bitc::BlockSizeWidth);
BitstreamWriter.h 220 Emit(0, bitc::BlockSizeWidth);

Completed in 156 milliseconds