LLVM 19.0.0git
Public Member Functions | List of all members
llvm::objcopy::elf::IHexWriter Class Reference

#include "ObjCopy/ELF/ELFObject.h"

Inheritance diagram for llvm::objcopy::elf::IHexWriter:
Inheritance graph
[legend]

Public Member Functions

Error write () override
 
 IHexWriter (Object &Obj, raw_ostream &Out, StringRef OutputFile)
 
- Public Member Functions inherited from llvm::objcopy::elf::ASCIIHexWriter
 ASCIIHexWriter (Object &Obj, raw_ostream &OS, StringRef OutputFile)
 
Error finalize () override
 
- Public Member Functions inherited from llvm::objcopy::elf::Writer
virtual ~Writer ()
 
virtual Error finalize ()=0
 
virtual Error write ()=0
 
 Writer (Object &O, raw_ostream &Out)
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::objcopy::elf::ASCIIHexWriter
Error checkSection (const SectionBase &S) const
 
virtual Expected< size_t > getTotalSize (WritableMemoryBuffer &EmptyBuffer) const =0
 
- Protected Attributes inherited from llvm::objcopy::elf::ASCIIHexWriter
StringRef OutputFileName
 
size_t TotalSize = 0
 
std::vector< const SectionBase * > Sections
 
- Protected Attributes inherited from llvm::objcopy::elf::Writer
ObjectObj
 
std::unique_ptr< WritableMemoryBufferBuf
 
raw_ostreamOut
 

Detailed Description

Definition at line 394 of file ELFObject.h.

Constructor & Destructor Documentation

◆ IHexWriter()

llvm::objcopy::elf::IHexWriter::IHexWriter ( Object Obj,
raw_ostream Out,
StringRef  OutputFile 
)
inline

Definition at line 397 of file ELFObject.h.

Member Function Documentation

◆ write()

Error IHexWriter::write ( )
overridevirtual

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