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

#include "ObjCopy/ELF/ELFObject.h"

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

Public Member Functions

virtual ~SectionIndexSection ()
void addIndex (uint32_t Index)
void reserve (size_t NumSymbols)
void setSymTab (SymbolTableSection *SymTab)
Error initialize (SectionTableRef SecTable) override
void finalize () override
Error accept (SectionVisitor &Visitor) const override
Error accept (MutableSectionVisitor &Visitor) override
 SectionIndexSection ()
Public Member Functions inherited from llvm::objcopy::elf::SectionBase
 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 void markSymbols ()
virtual void replaceSectionReferences (const DenseMap< SectionBase *, SectionBase * > &)
virtual bool hasContents () const
virtual ArrayRef< uint8_tgetContents () const
virtual void onRemove ()
virtual void restoreSymTabLink (SymbolTableSection &)

Additional Inherited Members

Public Attributes inherited from llvm::objcopy::elf::SectionBase
std::string Name
SegmentParentSegment = 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_tOriginalData
bool HasSymbol = false

Detailed Description

Definition at line 779 of file ELFObject.h.

Constructor & Destructor Documentation

◆ ~SectionIndexSection()

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

Definition at line 787 of file ELFObject.h.

◆ SectionIndexSection()

Member Function Documentation

◆ accept() [1/2]

Error SectionIndexSection::accept ( MutableSectionVisitor & Visitor)
overridevirtual

◆ accept() [2/2]

Error SectionIndexSection::accept ( SectionVisitor & Visitor) const
overridevirtual

◆ addIndex()

void llvm::objcopy::elf::SectionIndexSection::addIndex ( uint32_t Index)
inline

◆ finalize()

void SectionIndexSection::finalize ( )
overridevirtual

Reimplemented from llvm::objcopy::elf::SectionBase.

Definition at line 638 of file ELFObject.cpp.

References llvm::objcopy::elf::SectionBase::Link.

◆ initialize()

◆ reserve()

void llvm::objcopy::elf::SectionIndexSection::reserve ( size_t NumSymbols)
inline

Definition at line 793 of file ELFObject.h.

References llvm::objcopy::elf::SectionBase::Size.

◆ setSymTab()

void llvm::objcopy::elf::SectionIndexSection::setSymTab ( SymbolTableSection * SymTab)
inline

Definition at line 797 of file ELFObject.h.

Referenced by initialize().


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