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 84 uint64_t GetCurrentBitNo() const { return Out.size() * 8 + CurBit; }
BitstreamReader.h 232 /// GetCurrentBitNo - Return the bit # of the bit we are reading.
233 uint64_t GetCurrentBitNo() const {

Completed in 479 milliseconds