13#ifndef LLVM_SUPPORT_RAW_OS_OSTREAM_H
14#define LLVM_SUPPORT_RAW_OS_OSTREAM_H
28 void write_impl(
const char *
Ptr,
size_t Size)
override;
32 uint64_t current_pos()
const override;
raw_os_ostream - A raw_ostream that writes to an std::ostream.
~raw_os_ostream() override
raw_os_ostream(std::ostream &O)
This class implements an extremely fast bulk output stream that can only output to a stream.
This is an optimization pass for GlobalISel generic memory operations.