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 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!");
799 assert(GetNumBytesInBuffer() == 0 && "Didn't flush before mutating vector");
813 assert(!GetNumBytesInBuffer());
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 427 printIfSet(MI, OpNo, O.indent(25 - O.GetNumBytesInBuffer()), "*", " ");
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 264 if (CommentToEmit.empty() && CommentStream.GetNumBytesInBuffer() == 0) {
    [all...]

Completed in 189 milliseconds