Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFormattedStream.cpp70 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in PadToColumn()
H A Draw_ostream.cpp100 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h91 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
H A Draw_ostream.h100 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
134 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp349 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()