Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
Draw_ostream.h84 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
120 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
DFormattedStream.h65 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
Dcircular_raw_ostream.h92 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
/external/swiftshader/third_party/LLVM/lib/Support/
Draw_ostream.cpp93 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()
708 assert(GetNumBytesInBuffer() == 0 && "Didn't flush before mutating vector"); in resync()
723 assert(GetNumBytesInBuffer() == 0 && in write_impl()
DFormattedStream.cpp63 ComputeColumn(getBufferStart(), GetNumBytesInBuffer()); in PadToColumn()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFormattedStream.cpp70 ComputePosition(getBufferStart(), GetNumBytesInBuffer()); in PadToColumn()
Draw_ostream.cpp99 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Dcircular_raw_ostream.h91 return TheStream->tell() - TheStream->GetNumBytesInBuffer(); in current_pos()
Draw_ostream.h100 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
134 size_t GetNumBytesInBuffer() const { in GetNumBytesInBuffer() function
/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/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/lib/Target/PTX/
DPTXMCAsmStreamer.cpp202 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp105 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!"); in SetBufferAndMode()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp278 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp301 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp346 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) { in EmitCommentsAndEOL()