Searched refs:copy_to_buffer (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | raw_ostream.cpp | 307 copy_to_buffer(Ptr + BytesToWrite, Size - BytesToWrite); in write() 313 copy_to_buffer(Ptr, NumBytes); in write() 318 copy_to_buffer(Ptr, Size); in write() 323 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() function in raw_ostream
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 325 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining); in write() 331 copy_to_buffer(Ptr, NumBytes); in write() 336 copy_to_buffer(Ptr, Size); in write() 341 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() function in raw_ostream
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 246 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining); in write() 252 copy_to_buffer(Ptr, NumBytes); in write() 257 copy_to_buffer(Ptr, Size); in write() 262 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() function in raw_ostream
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | raw_ostream.h | 287 void copy_to_buffer(const char *Ptr, size_t Size);
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 314 void copy_to_buffer(const char *Ptr, size_t Size);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | raw_ostream.h | 327 void copy_to_buffer(const char *Ptr, size_t Size);
|