Changeset View
Changeset View
Standalone View
Standalone View
include/llvm/Bitcode/BitstreamReader.h
Show First 20 Lines • Show All 440 Lines • ▼ Show 20 Lines | void init(BitstreamReader *R) { | ||||
CurCodeSize = 2; | CurCodeSize = 2; | ||||
} | } | ||||
void freeState(); | void freeState(); | ||||
using SimpleBitstreamCursor::canSkipToPos; | using SimpleBitstreamCursor::canSkipToPos; | ||||
using SimpleBitstreamCursor::AtEndOfStream; | using SimpleBitstreamCursor::AtEndOfStream; | ||||
using SimpleBitstreamCursor::GetCurrentBitNo; | using SimpleBitstreamCursor::GetCurrentBitNo; | ||||
using SimpleBitstreamCursor::getCurrentByteNo; | |||||
using SimpleBitstreamCursor::getPointerToByte; | |||||
using SimpleBitstreamCursor::getBitStreamReader; | using SimpleBitstreamCursor::getBitStreamReader; | ||||
using SimpleBitstreamCursor::JumpToBit; | using SimpleBitstreamCursor::JumpToBit; | ||||
using SimpleBitstreamCursor::fillCurWord; | using SimpleBitstreamCursor::fillCurWord; | ||||
using SimpleBitstreamCursor::Read; | using SimpleBitstreamCursor::Read; | ||||
using SimpleBitstreamCursor::ReadVBR; | using SimpleBitstreamCursor::ReadVBR; | ||||
using SimpleBitstreamCursor::ReadVBR64; | using SimpleBitstreamCursor::ReadVBR64; | ||||
/// Return the number of bits used to encode an abbrev #. | /// Return the number of bits used to encode an abbrev #. | ||||
▲ Show 20 Lines • Show All 140 Lines • Show Last 20 Lines |