Home
last modified time | relevance | path

Searched refs:BlockIDWidth (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h39 BlockIDWidth = 8, // We use VBR-8 for block IDs. enumerator
H A DBitstreamReader.h462 Expected<unsigned> ReadSubBlockID() { return ReadVBR(bitc::BlockIDWidth); } in ReadSubBlockID()
H A DBitstreamWriter.h287 EmitVBR(BlockID, bitc::BlockIDWidth); in EnterSubblock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2083 Stream.getAbbrevIDWidth() + bitc::BlockIDWidth; in parseGlobalValueSymbolTable()
2154 Stream.getAbbrevIDWidth() + bitc::BlockIDWidth; in parseValueSymbolTable()