LLVM: llvm::objcopy:🧝:BinarySectionWriter Class Reference (original) (raw)

#include "[ObjCopy/ELF/ELFObject.h](ELFObject%5F8h%5Fsource.html)"

Inheritance diagram for llvm::objcopy:🧝:BinarySectionWriter:

[legend]

Public Member Functions
~BinarySectionWriter () override=default
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:🧝:SectionWriter
~SectionWriter () override=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:🧝:SectionVisitor
virtual ~SectionVisitor ()=default
Additional Inherited Members
Protected Attributes inherited from llvm::objcopy:🧝:SectionWriter
WritableMemoryBuffer & Out

Detailed Description

Definition at line 181 of file ELFObject.h.

Constructor & Destructor Documentation

llvm::objcopy:🧝:BinarySectionWriter::~BinarySectionWriter ( ) overridedefault

β—† BinarySectionWriter()

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

Definition at line 193 of file ELFObject.h.

References llvm::objcopy:🧝:SectionWriter::SectionWriter().

Referenced by llvm::objcopy:🧝:IHexSectionWriterBase::IHexSectionWriterBase(), and llvm::objcopy:🧝:SRECSectionWriterBase::SRECSectionWriterBase().

Member Function Documentation

β—† visit() [1/7]

Error BinarySectionWriter::visit ( const CompressedSection & Sec) overridevirtual

Implements llvm::objcopy:🧝:SectionWriter.

Reimplemented in llvm::objcopy:🧝:IHexSectionWriterBase, and llvm::objcopy:🧝:SRECSectionWriterBase.

Definition at line 527 of file ELFObject.cpp.

References llvm::createStringError(), llvm::objcopy:🧝:SectionBase::Name, and llvm::operation_not_permitted.

β—† visit() [2/7]

Error BinarySectionWriter::visit ( const DecompressedSection & Sec) overridevirtual

Implements llvm::objcopy:🧝:SectionWriter.

Reimplemented in llvm::objcopy:🧝:IHexSectionWriterBase, and llvm::objcopy:🧝:SRECSectionWriterBase.

Definition at line 496 of file ELFObject.cpp.

References llvm::createStringError(), llvm::objcopy:🧝:SectionBase::Name, and llvm::operation_not_permitted.

β—† visit() [3/7]

Error BinarySectionWriter::visit ( const GnuDebugLinkSection & Sec) overridevirtual

Implements llvm::objcopy:🧝:SectionWriter.

Reimplemented in llvm::objcopy:🧝:IHexSectionWriterBase, and llvm::objcopy:🧝:SRECSectionWriterBase.

Definition at line 176 of file ELFObject.cpp.

References llvm::createStringError(), llvm::objcopy:🧝:SectionBase::Name, and llvm::operation_not_permitted.

β—† visit() [4/7]

Error BinarySectionWriter::visit ( const GroupSection & Sec) overridevirtual

Implements llvm::objcopy:🧝:SectionWriter.

Reimplemented in llvm::objcopy:🧝:IHexSectionWriterBase, and llvm::objcopy:🧝:SRECSectionWriterBase.

Definition at line 181 of file ELFObject.cpp.

References llvm::createStringError(), llvm::objcopy:🧝:SectionBase::Name, and llvm::operation_not_permitted.

β—† visit() [5/7]

Error BinarySectionWriter::visit ( const RelocationSection & Sec) overridevirtual

Implements llvm::objcopy:🧝:SectionWriter.

Reimplemented in llvm::objcopy:🧝:IHexSectionWriterBase, and llvm::objcopy:🧝:SRECSectionWriterBase.

Definition at line 170 of file ELFObject.cpp.

References llvm::createStringError(), llvm::objcopy:🧝:SectionBase::Name, and llvm::operation_not_permitted.

β—† visit() [6/7]

Error BinarySectionWriter::visit ( const SectionIndexSection & Sec) overridevirtual

Implements llvm::objcopy:🧝:SectionWriter.

Reimplemented in llvm::objcopy:🧝:IHexSectionWriterBase, and llvm::objcopy:🧝:SRECSectionWriterBase.

Definition at line 158 of file ELFObject.cpp.

References llvm::createStringError(), llvm::objcopy:🧝:SectionBase::Name, and llvm::operation_not_permitted.

β—† visit() [7/7]

Error BinarySectionWriter::visit ( const SymbolTableSection & Sec) overridevirtual

Implements llvm::objcopy:🧝:SectionWriter.

Reimplemented in llvm::objcopy:🧝:IHexSectionWriterBase, and llvm::objcopy:🧝:SRECSectionWriterBase.

Definition at line 164 of file ELFObject.cpp.

References llvm::createStringError(), llvm::objcopy:🧝:SectionBase::Name, and llvm::operation_not_permitted.


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