14 #ifndef LLVM_SUPPORT_RAW_OS_OSTREAM_H 15 #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;
This class represents lattice values for constants.
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...