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

  /external/llvm/include/llvm/Support/
circular_raw_ostream.h 92 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
raw_ostream.h 84 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
120 size_t GetNumBytesInBuffer() const {
  /external/llvm/lib/Support/
FormattedStream.cpp 63 ComputeColumn(getBufferStart(), GetNumBytesInBuffer());
raw_ostream.cpp 94 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!");
733 assert(GetNumBytesInBuffer() == 0 && "Didn't flush before mutating vector");
748 assert(GetNumBytesInBuffer() == 0 &&
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 307 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) {
    [all...]

Completed in 1194 milliseconds