HomeSort by relevance Sort by last modified time
    Searched refs:GetNumBytesInBuffer (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
circular_raw_ostream.h 91 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
raw_ostream.h 92 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
126 size_t GetNumBytesInBuffer() const {
  /external/llvm/lib/Support/
FormattedStream.cpp 69 ComputePosition(getBufferStart(), GetNumBytesInBuffer());
raw_ostream.cpp 96 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!");
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 269 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) {
    [all...]

Completed in 1622 milliseconds