Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DFormattedStream.h128 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in getColumn()
134 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in getLine()
Dcircular_raw_ostream.h90 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
Draw_ostream.h134 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
177 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFormattedStream.cpp69 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in PadToColumn()
Draw_ostream.cpp110 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()
/external/llvm/lib/Support/
DFormattedStream.cpp69 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in PadToColumn()
Draw_ostream.cpp100 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Dcircular_raw_ostream.h91 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
Draw_ostream.h98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
132 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
/external/llvm/include/llvm/Support/
Dcircular_raw_ostream.h91 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
Draw_ostream.h92 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
126 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Dcircular_raw_ostream.h90 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
Draw_ostream.h113 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
147 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DFormattedStream.cpp117 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in PadToColumn()
Draw_ostream.cpp107 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp105 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp301 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp369 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCAsmStreamer.cpp429 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()