Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFormattedStream.h128 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in getColumn()
134 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in getLine()
H A Dcircular_raw_ostream.h90 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
H A Draw_ostream.h134 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
177 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A DFormattedStream.cpp117 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in PadToColumn()
H A Draw_ostream.cpp114 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp429 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()