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

#include "ObjCopy/ELF/ELFObject.h"

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

Public Member Functions

virtual ~BinarySectionWriter ()
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
 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 Attributes inherited from llvm::objcopy::elf::SectionWriter
WritableMemoryBufferOut

Detailed Description

Definition at line 181 of file ELFObject.h.

Constructor & Destructor Documentation

◆ ~BinarySectionWriter()

virtual llvm::objcopy::elf::BinarySectionWriter::~BinarySectionWriter ( )
inlinevirtual

Definition at line 183 of file ELFObject.h.

◆ BinarySectionWriter()

llvm::objcopy::elf::BinarySectionWriter::BinarySectionWriter ( WritableMemoryBuffer & Buf)
inlineexplicit

Member Function Documentation

◆ visit() [1/7]

◆ visit() [2/7]

◆ visit() [3/7]

◆ visit() [4/7]

◆ visit() [5/7]

◆ visit() [6/7]

◆ visit() [7/7]


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