Home
last modified time | relevance | path

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

/src/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.h147 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
190 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
/src/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()
/src/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()
/src/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()