Searched refs:BlockIDWidth (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h30 BlockIDWidth = 8, // We use VBR-8 for block IDs. enumerator in enum:llvm::bitc::StandardWidths
H A DBitstreamReader.h523 return ReadVBR(bitc::BlockIDWidth);
H A DBitstreamWriter.h208 EmitVBR(BlockID, bitc::BlockIDWidth);
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
H A DBitCodes.h28 BlockIDWidth = 8, // We use VBR-8 for block IDs. enumerator in enum:llvm::bitc::StandardWidths
H A DBitstreamReader.h364 return ReadVBR(bitc::BlockIDWidth);
H A DBitstreamWriter.h198 EmitVBR(BlockID, bitc::BlockIDWidth);
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitCodes.h32 BlockIDWidth = 8, // We use VBR-8 for block IDs. enumerator in enum:llvm::naclbitc::StandardWidths
H A DNaClBitstreamReader.h800 return ReadVBR(naclbitc::BlockIDWidth);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1927 // (size BlockIDWidth). Note that we access the stream's AbbrevID width here
1935 Stream.getAbbrevIDWidth() + bitc::BlockIDWidth;

Completed in 220 milliseconds