Searched refs:ReadVBR (Results 1 – 5 of 5) sorted by relevance
41 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()
2064 unsigned Size = R.ReadVBR(6); in parseMetadataStrings()
310 uint32_t ReadVBR(unsigned NumBits) { in ReadVBR() function364 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()
302 uint32_t ReadVBR(unsigned NumBits) { in ReadVBR() function455 using SimpleBitstreamCursor::ReadVBR;523 return ReadVBR(bitc::BlockIDWidth); in ReadSubBlockID()531 ReadVBR(bitc::CodeLenWidth); in SkipBlock()
448 unsigned Size = R.ReadVBR(6); in decodeMetadataStringsBlob()