OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockSizeWidth
(Results
1 - 4
of
4
) 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
480
unsigned NumFourBytes = Read(bitc::
BlockSizeWidth
);
BitstreamWriter.h
222
Emit(0, bitc::
BlockSizeWidth
);
/external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp
75
unsigned NumWords = Read(bitc::
BlockSizeWidth
);
Completed in 52 milliseconds