LLVM
15.0.0git
|
#include "ObjCopy/ELF/ELFObject.h"
Public Member Functions | |
Section (ArrayRef< uint8_t > Data) | |
Error | accept (SectionVisitor &Visitor) const override |
Error | accept (MutableSectionVisitor &Visitor) override |
Error | removeSectionReferences (bool AllowBrokenLinks, function_ref< bool(const SectionBase *)> ToRemove) override |
Error | initialize (SectionTableRef SecTable) override |
void | finalize () override |
bool | hasContents () const override |
![]() | |
SectionBase ()=default | |
SectionBase (const SectionBase &)=default | |
virtual | ~SectionBase ()=default |
virtual Error | removeSymbols (function_ref< bool(const Symbol &)> ToRemove) |
virtual void | markSymbols () |
virtual void | replaceSectionReferences (const DenseMap< SectionBase *, SectionBase * > &) |
virtual void | onRemove () |
Additional Inherited Members | |
![]() | |
std::string | Name |
Segment * | ParentSegment = nullptr |
uint64_t | HeaderOffset = 0 |
uint32_t | Index = 0 |
uint32_t | OriginalIndex = 0 |
uint64_t | OriginalFlags = 0 |
uint64_t | OriginalType = ELF::SHT_NULL |
uint64_t | OriginalOffset = std::numeric_limits<uint64_t>::max() |
uint64_t | Addr = 0 |
uint64_t | Align = 1 |
uint32_t | EntrySize = 0 |
uint64_t | Flags = 0 |
uint64_t | Info = 0 |
uint64_t | Link = ELF::SHN_UNDEF |
uint64_t | NameIndex = 0 |
uint64_t | Offset = 0 |
uint64_t | Size = 0 |
uint64_t | Type = ELF::SHT_NULL |
ArrayRef< uint8_t > | OriginalData |
bool | HasSymbol = false |
Definition at line 481 of file ELFObject.h.
|
inlineexplicit |
Definition at line 488 of file ELFObject.h.
References llvm::Data.
|
overridevirtual |
Implements llvm::objcopy::elf::SectionBase.
Definition at line 428 of file ELFObject.cpp.
References llvm::objcopy::elf::MutableSectionVisitor::visit().
|
overridevirtual |
Implements llvm::objcopy::elf::SectionBase.
Definition at line 424 of file ELFObject.cpp.
References llvm::objcopy::elf::SectionVisitor::visit().
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::SectionBase.
Definition at line 1125 of file ELFObject.cpp.
References llvm::objcopy::elf::SectionBase::Index, and llvm::objcopy::elf::SectionBase::Link.
|
inlineoverridevirtual |
Reimplemented from llvm::objcopy::elf::SectionBase.
Definition at line 497 of file ELFObject.h.
References llvm::ELF::SHT_NOBITS, and llvm::ELF::SHT_NULL.
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::SectionBase.
Definition at line 1107 of file ELFObject.cpp.
References llvm::objcopy::elf::SectionTableRef::getSection(), llvm::objcopy::elf::SectionBase::Link, llvm::objcopy::elf::SectionBase::Name, llvm::ELF::SHN_UNDEF, llvm::ELF::SHT_SYMTAB, llvm::Error::success(), llvm::Expected< T >::takeError(), and llvm::objcopy::elf::SectionBase::Type.
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::SectionBase.
Definition at line 1038 of file ELFObject.cpp.
References llvm::createStringError(), llvm::invalid_argument, llvm::objcopy::elf::SectionBase::Name, llvm::Error::success(), this, and ToRemove.