reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Bitstream/BitstreamReader.h
  461   Expected<unsigned> ReadSubBlockID() { return ReadVBR(bitc::BlockIDWidth); }
include/llvm/Bitstream/BitstreamWriter.h
  203     EmitVBR(BlockID, bitc::BlockIDWidth);
lib/Bitcode/Reader/BitcodeReader.cpp
 2071       Stream.getAbbrevIDWidth() + bitc::BlockIDWidth;
 2142       Stream.getAbbrevIDWidth() + bitc::BlockIDWidth;