Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h104 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in PreDisableScan()
112 Scanned = getBufferStart() + GetNumBytesInBuffer(); in PostDisableScan()
157 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in getColumn()
163 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in getLine()
H A Dcircular_raw_ostream.h90 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
H A Draw_ostream.h148 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
191 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp129 assert((GetNumBytesInBuffer() <= RemainingSize) && in fillRecord()
131 size_t Remains = RemainingSize - GetNumBytesInBuffer(); in fillRecord()
139 assert(GetNumBytesInBuffer() == 0 && "Buffer not fully empty"); in fillRecord()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp127 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in PadToColumn()
H A Draw_ostream.cpp113 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZHLASMAsmStreamer.cpp119 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) in EmitComment()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp455 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()