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:
- lib/ObjCopy/ELF/ELFObject.h
- lib/ObjCopy/ELF/ELFObject.cpp