Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h103 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in PreDisableScan()
111 Scanned = getBufferStart() + GetNumBytesInBuffer(); in PostDisableScan()
156 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in getColumn()
162 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
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp130 assert((GetNumBytesInBuffer() <= RemainingSize) && in fillRecord()
132 size_t Remains = RemainingSize - GetNumBytesInBuffer(); in fillRecord()
140 assert(GetNumBytesInBuffer() == 0 && "Buffer not fully empty"); in fillRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DGOFFObjectWriter.cpp173 assert((GetNumBytesInBuffer() <= RemainingSize) && in fillRecord()
175 size_t Remains = RemainingSize - GetNumBytesInBuffer(); in fillRecord()
184 assert(GetNumBytesInBuffer() == 0 && "Buffer not fully empty"); in fillRecord()
H A DMCAsmStreamer.cpp436 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()
/freebsd-14.2/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()