Home
last modified time | relevance | path

Searched refs:ReadVBR (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp41 CurCodeSize = ReadVBR(bitc::CodeLenWidth); in EnterSubBlock()
104 unsigned Code = ReadVBR(6); in skipRecord()
106 unsigned NumElts = ReadVBR(6); in skipRecord()
127 unsigned NumElts = ReadVBR(6); in skipRecord()
158 unsigned NumElts = ReadVBR(6); in skipRecord()
180 unsigned Code = ReadVBR(6); in readRecord()
181 unsigned NumElts = ReadVBR(6); in readRecord()
217 unsigned NumElts = ReadVBR(6); in readRecord()
248 unsigned NumElts = ReadVBR(6); in readRecord()
285 unsigned NumOpInfo = ReadVBR(5); in ReadAbbrevRecord()
DBitcodeReader.cpp2064 unsigned Size = R.ReadVBR(6); in parseMetadataStrings()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h310 uint32_t ReadVBR(unsigned NumBits) { in ReadVBR() function
364 return ReadVBR(bitc::BlockIDWidth); in ReadSubBlockID()
373 ReadVBR(bitc::CodeLenWidth); in SkipBlock()
406 CurCodeSize = ReadVBR(bitc::CodeLenWidth);
485 unsigned Code = ReadVBR(6);
486 unsigned NumElts = ReadVBR(6);
500 unsigned NumElts = ReadVBR(6);
511 unsigned NumElts = ReadVBR(6);
558 unsigned NumOpInfo = ReadVBR(5); in ReadAbbrevRecord()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h302 uint32_t ReadVBR(unsigned NumBits) { in ReadVBR() function
455 using SimpleBitstreamCursor::ReadVBR;
523 return ReadVBR(bitc::BlockIDWidth); in ReadSubBlockID()
531 ReadVBR(bitc::CodeLenWidth); in SkipBlock()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp448 unsigned Size = R.ReadVBR(6); in decodeMetadataStringsBlob()