Searched refs:GetNumBytesInBuffer (Results 1 – 7 of 7) sorted by relevance
103 ComputePosition(getBufferStart(), GetNumBytesInBuffer());111 Scanned = getBufferStart() + GetNumBytesInBuffer(); in formatted_raw_ostream() 156 ComputePosition(getBufferStart(), GetNumBytesInBuffer());162 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in releaseStream()
90 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
147 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()190 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
172 assert((GetNumBytesInBuffer() <= RemainingSize) && in fillRecord()174 size_t Remains = RemainingSize - GetNumBytesInBuffer(); in fillRecord()183 assert(GetNumBytesInBuffer() == 0 && "Buffer not fully empty"); in fillRecord()
453 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()
120 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in PadToColumn()
115 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()