Searched refs:ComputePosition (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DFormattedStream.cpp45 /// ComputePosition - Examine the current output and update line and column
47 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { function in class:formatted_raw_ostream
68 ComputePosition(getBufferStart(), GetNumBytesInBuffer());
77 ComputePosition(Ptr, Size);
/external/llvm/include/llvm/Support/
H A DFormattedStream.h71 /// ComputePosition - Examine the given output buffer and figure out the new
74 void ComputePosition(const char *Ptr, size_t size);

Completed in 1439 milliseconds