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

  /external/swiftshader/third_party/LLVM/lib/Support/
FormattedStream.cpp 39 /// ComputeColumn - Examine the current output and figure out which
41 void formatted_raw_ostream::ComputeColumn(const char *Ptr, size_t Size) {
63 ComputeColumn(getBufferStart(), GetNumBytesInBuffer());
72 ComputeColumn(Ptr, Size);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FormattedStream.h 68 /// ComputeColumn - Examine the given output buffer and figure out which
71 void ComputeColumn(const char *Ptr, size_t size);

Completed in 149 milliseconds