9#ifndef LLVM_LIB_OBJCOPY_XCOFF_XCOFFWRITER_H
10#define LLVM_LIB_OBJCOPY_XCOFF_XCOFFWRITER_H
31 std::unique_ptr<WritableMemoryBuffer> Buf;
34 void finalizeHeaders();
35 void finalizeSections();
36 void finalizeSymbolStringTable();
41 void writeSymbolStringTable();
Lightweight error class with error context and mandatory checking.
XCOFFWriter(Object &Obj, raw_ostream &Out)
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.