reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
461 Expected<unsigned> ReadSubBlockID() { return ReadVBR(bitc::BlockIDWidth); }
include/llvm/Bitstream/BitstreamWriter.h 203 EmitVBR(BlockID, bitc::BlockIDWidth);
lib/Bitcode/Reader/BitcodeReader.cpp2071 Stream.getAbbrevIDWidth() + bitc::BlockIDWidth; 2142 Stream.getAbbrevIDWidth() + bitc::BlockIDWidth;