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

  /external/llvm/lib/Support/
FormattedStream.cpp 45 /// ComputePosition - Examine the current output and update line and column
47 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) {
68 ComputePosition(getBufferStart(), GetNumBytesInBuffer());
77 ComputePosition(Ptr, Size);
  /external/llvm/include/llvm/Support/
FormattedStream.h 71 /// ComputePosition - Examine the given output buffer and figure out the new
74 void ComputePosition(const char *Ptr, size_t size);

Completed in 57 milliseconds