Home
last modified time | relevance | path

Searched refs:GetNumBytesInBuffer (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h103 ComputePosition(getBufferStart(), GetNumBytesInBuffer());
111 Scanned = getBufferStart() + GetNumBytesInBuffer(); in formatted_raw_ostream()
156 ComputePosition(getBufferStart(), GetNumBytesInBuffer());
162 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in releaseStream()
H A Dcircular_raw_ostream.h90 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
H A Draw_ostream.h147 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
190 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DGOFFObjectWriter.cpp172 assert((GetNumBytesInBuffer() <= RemainingSize) && in fillRecord()
174 size_t Remains = RemainingSize - GetNumBytesInBuffer(); in fillRecord()
183 assert(GetNumBytesInBuffer() == 0 && "Buffer not fully empty"); in fillRecord()
H A DMCAsmStreamer.cpp453 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp120 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in PadToColumn()
H A Draw_ostream.cpp115 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()