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

  /external/llvm/include/llvm/Support/
circular_raw_ostream.h 92 return TheStream->tell() - TheStream->GetNumBytesInBuffer();
raw_ostream.h 90 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
126 size_t GetNumBytesInBuffer() const {
  /external/llvm/lib/Support/
FormattedStream.cpp 68 ComputePosition(getBufferStart(), GetNumBytesInBuffer());
raw_ostream.cpp 95 assert(GetNumBytesInBuffer() == 0 && "Current buffer is non-empty!");
724 assert(GetNumBytesInBuffer() == 0 && "Didn't flush before mutating vector");
739 assert(GetNumBytesInBuffer() == 0 &&
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 225 printIfSet(MI, OpNo, O.indent(25 - O.GetNumBytesInBuffer()), "*", " ");
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 265 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) {
    [all...]

Completed in 259 milliseconds