Home
last modified time | relevance | path

Searched refs:copy_to_buffer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp267 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining); in write()
273 copy_to_buffer(Ptr, NumBytes); in write()
278 copy_to_buffer(Ptr, Size); in write()
283 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() function in raw_ostream
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h380 void copy_to_buffer(const char *Ptr, size_t Size);