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

#include "ObjCopy/ELF/ELFObject.h"

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

Public Member Functions

 IHexSectionWriter (WritableMemoryBuffer &Buf)
void writeData (uint8_t Type, uint16_t Addr, ArrayRef< uint8_t > Data) override
Error visit (const StringTableSection &Sec) override
Public Member Functions inherited from llvm::objcopy::elf::IHexSectionWriterBase
 IHexSectionWriterBase (WritableMemoryBuffer &Buf)
uint64_t getBufferOffset () const
Error visit (const Section &Sec) final
Error visit (const OwnedDataSection &Sec) final
Error visit (const StringTableSection &Sec) override
Error visit (const DynamicRelocationSection &Sec) final
Error visit (const SymbolTableSection &Sec) override
Error visit (const RelocationSection &Sec) override
Error visit (const GnuDebugLinkSection &Sec) override
Error visit (const GroupSection &Sec) override
Error visit (const SectionIndexSection &Sec) override
Error visit (const CompressedSection &Sec) override
Error visit (const DecompressedSection &Sec) override
Public Member Functions inherited from llvm::objcopy::elf::BinarySectionWriter
virtual ~BinarySectionWriter ()
 BinarySectionWriter (WritableMemoryBuffer &Buf)
Public Member Functions inherited from llvm::objcopy::elf::SectionWriter
virtual ~SectionWriter ()=default
Error visit (const Section &Sec) override
Error visit (const OwnedDataSection &Sec) override
Error visit (const StringTableSection &Sec) override
Error visit (const DynamicRelocationSection &Sec) override
 SectionWriter (WritableMemoryBuffer &Buf)
Public Member Functions inherited from llvm::objcopy::elf::SectionVisitor
virtual ~SectionVisitor ()=default

Additional Inherited Members

Protected Member Functions inherited from llvm::objcopy::elf::IHexSectionWriterBase
void writeSection (const SectionBase *Sec, ArrayRef< uint8_t > Data)
Protected Attributes inherited from llvm::objcopy::elf::IHexSectionWriterBase
uint64_t Offset = 0
Protected Attributes inherited from llvm::objcopy::elf::SectionWriter
WritableMemoryBufferOut

Detailed Description

Definition at line 302 of file ELFObject.h.

Constructor & Destructor Documentation

◆ IHexSectionWriter()

llvm::objcopy::elf::IHexSectionWriter::IHexSectionWriter ( WritableMemoryBuffer & Buf)
inline

Member Function Documentation

◆ visit()

◆ writeData()


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