Searched defs:GetCurrentBitNo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h115 uint64_t GetCurrentBitNo() const { return GetBufferOffset() * 8 + CurBit; } function in class:llvm::BitstreamWriter
H A DBitstreamReader.h257 /// GetCurrentBitNo - Return the bit # of the bit we are reading.
258 uint64_t GetCurrentBitNo() const { function in class:llvm::BitstreamCursor
483 size_t SkipTo = GetCurrentBitNo() + NumFourBytes*4*8;

Completed in 62 milliseconds