| LLVM 22.0.0git
    | 
#include "ObjCopy/ELF/ELFObject.h"
| Additional Inherited Members | |
| Public Attributes inherited from llvm::objcopy::elf::SectionBase | |
| 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 628 of file ELFObject.h.
| 
 | inline | 
Definition at line 634 of file ELFObject.h.
References llvm::objcopy::elf::SectionBase::Name, llvm::objcopy::elf::SectionBase::OriginalOffset, llvm::objcopy::elf::SectionBase::OriginalType, llvm::ELF::SHT_PROGBITS, llvm::objcopy::elf::SectionBase::Size, llvm::StringRef::str(), and llvm::objcopy::elf::SectionBase::Type.
| 
 | inline | 
Definition at line 642 of file ELFObject.h.
References llvm::objcopy::elf::SectionBase::Addr, llvm::objcopy::elf::SectionBase::Flags, llvm::objcopy::elf::SectionBase::Name, llvm::objcopy::elf::SectionBase::OriginalFlags, llvm::objcopy::elf::SectionBase::OriginalOffset, llvm::objcopy::elf::SectionBase::OriginalType, llvm::ELF::SHT_PROGBITS, llvm::Twine::str(), and llvm::objcopy::elf::SectionBase::Type.
| 
 | inline | 
Definition at line 651 of file ELFObject.h.
References llvm::objcopy::elf::SectionBase::SectionBase(), and llvm::objcopy::elf::SectionBase::Size.
| 
 | overridevirtual | 
Implements llvm::objcopy::elf::SectionBase.
Definition at line 514 of file ELFObject.cpp.
References llvm::objcopy::elf::MutableSectionVisitor::visit().
| 
 | overridevirtual | 
Implements llvm::objcopy::elf::SectionBase.
Definition at line 510 of file ELFObject.cpp.
References llvm::objcopy::elf::SectionVisitor::visit().
| void OwnedDataSection::appendHexData | ( | StringRef | HexData | ) | 
Definition at line 518 of file ELFObject.cpp.
References assert(), checkedGetHex(), llvm::StringRef::drop_front(), llvm::StringRef::empty(), llvm::objcopy::elf::SectionBase::Size, llvm::StringRef::size(), and llvm::StringRef::take_front().
| 
 | inlineoverridevirtual | 
Reimplemented from llvm::objcopy::elf::SectionBase.
Definition at line 660 of file ELFObject.h.
| 
 | inlineoverridevirtual | 
Reimplemented from llvm::objcopy::elf::SectionBase.
Definition at line 659 of file ELFObject.h.