HomeSort by relevance Sort by last modified time
    Searched defs:GetCurrentBitNo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 115 uint64_t GetCurrentBitNo() const { return GetBufferOffset() * 8 + CurBit; }
BitstreamReader.h 257 /// GetCurrentBitNo - Return the bit # of the bit we are reading.
258 uint64_t GetCurrentBitNo() const {
483 size_t SkipTo = GetCurrentBitNo() + NumFourBytes*4*8;

Completed in 48 milliseconds