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 258 /// GetCurrentBitNo - Return the bit # of the bit we are reading.
259 uint64_t GetCurrentBitNo() const {
485 size_t SkipTo = GetCurrentBitNo() + NumFourBytes*4*8;

Completed in 26 milliseconds