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

  /external/llvm/lib/Support/
raw_ostream.cpp 323 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining);
329 copy_to_buffer(Ptr, NumBytes);
334 copy_to_buffer(Ptr, Size);
339 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { function in class:raw_ostream
  /external/llvm/include/llvm/Support/
raw_ostream.h 314 void copy_to_buffer(const char *Ptr, size_t Size);

Completed in 104 milliseconds