HomeSort by: relevance | last modified time | path
    Searched refs:write_impl (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_os_ostream.cpp 25 void raw_os_ostream::write_impl(const char *Ptr, size_t Size) { function in class:raw_os_ostream
circular_raw_ostream.cpp 17 void circular_raw_ostream::write_impl(const char *Ptr, size_t Size) { function in class:circular_raw_ostream
FormattedStream.cpp 124 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { function in class:formatted_raw_ostream
raw_ostream.cpp 107 // child buffer management logic will be in write_impl).
305 write_impl(Ptr, Size);
736 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) { function in class:raw_fd_ostream
943 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) { function in class:raw_string_ostream
953 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { function in class:raw_svector_ostream
975 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { function in class:raw_null_ostream
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_os_ostream.h 27 /// write_impl - See raw_ostream::write_impl.
28 void write_impl(const char *Ptr, size_t Size) override;
raw_sha1_ostream.h 26 /// See raw_ostream::write_impl.
27 void write_impl(const char *Ptr, size_t Size) override {
circular_raw_ostream.h 82 void write_impl(const char *Ptr, size_t Size) override;
FormattedStream.h 55 void write_impl(const char *Ptr, size_t Size) override;
raw_ostream.h 77 /// for a \see write_impl() call to handle the data which has been put into
346 virtual void write_impl(const char *Ptr, size_t Size) = 0;
448 /// See raw_ostream::write_impl.
449 void write_impl(const char *Ptr, size_t Size) override;
617 /// See raw_ostream::write_impl.
618 void write_impl(const char *Ptr, size_t Size) override;
650 /// See raw_ostream::write_impl.
651 void write_impl(const char *Ptr, size_t Size) override;
681 /// See raw_ostream::write_impl.
682 void write_impl(const char *Ptr, size_t size) override
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCLinkerOptimizationHint.cpp 47 void write_impl(const char *, size_t size) override { Count += size; }

Completed in 48 milliseconds