LLVM 22.0.0git
llvm::objcopy::elf::BinaryWriter Class Reference

#include "ObjCopy/ELF/ELFObject.h"

Inheritance diagram for llvm::objcopy::elf::BinaryWriter:
[legend]

Public Member Functions

 ~BinaryWriter ()
Error finalize () override
Error write () override
 BinaryWriter (Object &Obj, raw_ostream &Out, const CommonConfig &Config)
Public Member Functions inherited from llvm::objcopy::elf::Writer
virtual ~Writer ()
 Writer (Object &O, raw_ostream &Out)

Additional Inherited Members

Protected Attributes inherited from llvm::objcopy::elf::Writer
ObjectObj
std::unique_ptr< WritableMemoryBufferBuf
raw_ostreamOut

Detailed Description

Definition at line 361 of file ELFObject.h.

Constructor & Destructor Documentation

◆ ~BinaryWriter()

llvm::objcopy::elf::BinaryWriter::~BinaryWriter ( )
inline

Definition at line 370 of file ELFObject.h.

◆ BinaryWriter()

llvm::objcopy::elf::BinaryWriter::BinaryWriter ( Object & Obj,
raw_ostream & Out,
const CommonConfig & Config )
inline

Member Function Documentation

◆ finalize()

◆ write()


The documentation for this class was generated from the following files: