HomeSort by: relevance | last modified time | path
    Searched defs:copy_to_buffer (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 267 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining);
273 copy_to_buffer(Ptr, NumBytes);
278 copy_to_buffer(Ptr, Size);
283 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { function in class:raw_ostream
raw_ostream.cpp 267 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining);
273 copy_to_buffer(Ptr, NumBytes);
278 copy_to_buffer(Ptr, Size);
283 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { function in class:raw_ostream

Completed in 37 milliseconds