OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockIDWidth
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Bitcode/
BitCodes.h
29
BlockIDWidth
= 8, // We use VBR-8 for block IDs.
BitstreamReader.h
468
return ReadVBR(bitc::
BlockIDWidth
);
BitstreamWriter.h
214
EmitVBR(BlockID, bitc::
BlockIDWidth
);
Completed in 2035 milliseconds