LLVM: llvm::objcopy::xcoff::XCOFFWriter Class Reference (original) (raw)
#include "[ObjCopy/XCOFF/XCOFFWriter.h](XCOFFWriter%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| virtual | ~XCOFFWriter ()=default |
| XCOFFWriter (Object &Obj, raw_ostream &Out) | |
| Error | write () |
Detailed Description
Definition at line 21 of file XCOFFWriter.h.
Constructor & Destructor Documentation
| virtual llvm::objcopy::xcoff::XCOFFWriter::~XCOFFWriter ( ) | virtualdefault |
|---|
◆ XCOFFWriter()
| llvm::objcopy::xcoff::XCOFFWriter::XCOFFWriter ( Object & Obj, raw_ostream & Out ) | inline |
|---|
Definition at line 24 of file XCOFFWriter.h.
Member Function Documentation
◆ write()
| Error llvm::objcopy::xcoff::XCOFFWriter::write | ( | ) |
|---|
Definition at line 108 of file XCOFFWriter.cpp.
References llvm::createStringError(), finalize, llvm::WritableMemoryBuffer::getNewMemBuffer(), llvm::not_enough_memory, llvm::Error::success(), and llvm::Twine::utohexstr().
Referenced by llvm::objcopy::xcoff::executeObjcopyOnBinary().
The documentation for this class was generated from the following files:
- lib/ObjCopy/XCOFF/XCOFFWriter.h
- lib/ObjCopy/XCOFF/XCOFFWriter.cpp