14 #ifndef LLVM_SUPPORT_RAW_OS_OSTREAM_H 15 #define LLVM_SUPPORT_RAW_OS_OSTREAM_H 17 #include "llvm/raw_ostream.h" 29 void write_impl(
const char *Ptr,
size_t Size)
override;
33 uint64_t current_pos()
const override;
raw_os_ostream - A raw_ostream that writes to an std::ostream.
Definition: raw_os_ostream.h:25
This class implements an extremely fast bulk output stream that can only output to a stream...
Definition: raw_ostream.h:33