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

  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 307 copy_to_buffer(Ptr + BytesToWrite, Size - BytesToWrite);
313 copy_to_buffer(Ptr, NumBytes);
318 copy_to_buffer(Ptr, Size);
323 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { function in class:raw_ostream
  /external/llvm/lib/Support/
raw_ostream.cpp 325 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining);
331 copy_to_buffer(Ptr, NumBytes);
336 copy_to_buffer(Ptr, Size);
341 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { function in class:raw_ostream
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
raw_ostream.h 285 /// copy_to_buffer - Copy data into the buffer. Size must not be
287 void copy_to_buffer(const char *Ptr, size_t Size);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
raw_ostream.cpp 250 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining);
256 copy_to_buffer(Ptr, NumBytes);
261 copy_to_buffer(Ptr, Size);
266 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { function in class:raw_ostream
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
raw_ostream.cpp 246 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining);
252 copy_to_buffer(Ptr, NumBytes);
257 copy_to_buffer(Ptr, Size);
262 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);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
raw_ostream.h 327 void copy_to_buffer(const char *Ptr, size_t Size);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
raw_ostream.h 333 void copy_to_buffer(const char *Ptr, size_t Size);

Completed in 283 milliseconds