LLVM
17.0.0git
|
#include "ObjCopy/ELF/ELFObject.h"
Public Member Functions | |
Error | initialize (SectionTableRef SecTable) override |
void | finalize () override |
![]() | |
const SectionBase * | getSection () const |
void | setSection (SectionBase *Sec) |
StringRef | getNamePrefix () const |
![]() | |
SectionBase ()=default | |
SectionBase (const SectionBase &)=default | |
virtual | ~SectionBase ()=default |
virtual Error | removeSectionReferences (bool AllowBrokenLinks, function_ref< bool(const SectionBase *)> ToRemove) |
virtual Error | removeSymbols (function_ref< bool(const Symbol &)> ToRemove) |
virtual Error | accept (SectionVisitor &Visitor) const =0 |
virtual Error | accept (MutableSectionVisitor &Visitor)=0 |
virtual void | markSymbols () |
virtual void | replaceSectionReferences (const DenseMap< SectionBase *, SectionBase * > &) |
virtual bool | hasContents () const |
virtual void | onRemove () |
Protected Member Functions | |
RelocSectionWithSymtabBase ()=default | |
Protected Attributes | |
SymTabType * | Symbols = nullptr |
![]() | |
SectionBase * | SecToApplyRel = nullptr |
Additional Inherited Members | |
![]() | |
static bool | classof (const SectionBase *S) |
![]() | |
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 766 of file ELFObject.h.
|
protecteddefault |
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::SectionBase.
Definition at line 925 of file ELFObject.cpp.
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::SectionBase.
Definition at line 895 of file ELFObject.cpp.
|
protected |
Definition at line 772 of file ELFObject.h.