LLVM 20.0.0git
|
#include "ObjCopy/ELF/ELFObject.h"
Protected Member Functions | |
void | writeSection (const SectionBase &S, ArrayRef< uint8_t > Data) |
virtual void | writeRecord (SRecord &Record, uint64_t Off)=0 |
Protected Attributes | |
uint64_t | Offset |
uint64_t | HeaderSize |
uint8_t | Type = SRecord::S1 |
std::vector< SRecord > | Records |
Protected Attributes inherited from llvm::objcopy::elf::SectionWriter | |
WritableMemoryBuffer & | Out |
Definition at line 458 of file ELFObject.h.
|
inlineexplicit |
Definition at line 460 of file ELFObject.h.
|
inline |
Definition at line 468 of file ELFObject.h.
References Offset.
|
inline |
Definition at line 473 of file ELFObject.h.
References Type.
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::BinarySectionWriter.
Definition at line 190 of file ELFObject.cpp.
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::BinarySectionWriter.
Definition at line 191 of file ELFObject.cpp.
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::SectionWriter.
Definition at line 2888 of file ELFObject.cpp.
References llvm::Error::success(), and writeSection().
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::BinarySectionWriter.
Definition at line 187 of file ELFObject.cpp.
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::BinarySectionWriter.
Definition at line 188 of file ELFObject.cpp.
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::SectionWriter.
Definition at line 2883 of file ELFObject.cpp.
References llvm::Error::success(), and writeSection().
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::BinarySectionWriter.
Definition at line 186 of file ELFObject.cpp.
Reimplemented from llvm::objcopy::elf::SectionWriter.
Definition at line 2878 of file ELFObject.cpp.
References llvm::Error::success(), and writeSection().
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::BinarySectionWriter.
Definition at line 189 of file ELFObject.cpp.
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::SectionWriter.
Reimplemented in llvm::objcopy::elf::SRECSectionWriter.
Definition at line 2869 of file ELFObject.cpp.
References assert(), llvm::StringTableBuilder::getSize(), llvm::objcopy::elf::SectionBase::Size, and llvm::Error::success().
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::BinarySectionWriter.
Definition at line 185 of file ELFObject.cpp.
|
protectedpure virtual |
Implemented in llvm::objcopy::elf::SRECSizeCalculator, and llvm::objcopy::elf::SRECSectionWriter.
Referenced by writeRecords().
void SRECSectionWriterBase::writeRecords | ( | uint32_t | Entry | ) |
Definition at line 2898 of file ELFObject.cpp.
References llvm::objcopy::elf::SRecord::getType(), HeaderSize, Offset, Records, Type, and writeRecord().
|
protected |
Definition at line 2911 of file ELFObject.cpp.
References llvm::Address, llvm::Data, llvm::objcopy::elf::SRecord::getType(), Records, sectionPhysicalAddr(), llvm::objcopy::elf::SectionBase::Size, and Type.
Referenced by visit(), and llvm::objcopy::elf::SRECSectionWriter::visit().
|
protected |
Definition at line 479 of file ELFObject.h.
Referenced by writeRecords().
|
protected |
Definition at line 477 of file ELFObject.h.
Referenced by getBufferOffset(), and writeRecords().
|
protected |
Definition at line 482 of file ELFObject.h.
Referenced by writeRecords(), and writeSection().
|
protected |
Definition at line 481 of file ELFObject.h.
Referenced by getType(), writeRecords(), and writeSection().