13#ifndef LLVM_SUPPORT_RAW_OS_OSTREAM_H
14#define LLVM_SUPPORT_RAW_OS_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.
raw_os_ostream(std::ostream &O)
raw_ostream(bool unbuffered=false, OStreamKind K=OStreamKind::OK_OStream)
This is an optimization pass for GlobalISel generic memory operations.