LLVM 20.0.0git
|
#include "ObjCopy/ELF/ELFObject.h"
Protected Member Functions | |
void | writeRecord (SRecord &Record, uint64_t Off) override |
Protected Member Functions inherited from llvm::objcopy::elf::SRECSectionWriterBase | |
void | writeSection (const SectionBase &S, ArrayRef< uint8_t > Data) |
virtual void | writeRecord (SRecord &Record, uint64_t Off)=0 |
Additional Inherited Members | |
Protected Attributes inherited from llvm::objcopy::elf::SRECSectionWriterBase | |
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 499 of file ELFObject.h.
|
inline |
Definition at line 501 of file ELFObject.h.
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::SRECSectionWriterBase.
Definition at line 2926 of file ELFObject.cpp.
References assert(), llvm::Data, llvm::StringTableBuilder::getSize(), llvm::objcopy::elf::SectionBase::Size, llvm::Error::success(), llvm::StringTableBuilder::write(), and llvm::objcopy::elf::SRECSectionWriterBase::writeSection().
Implements llvm::objcopy::elf::SRECSectionWriterBase.
Definition at line 2893 of file ELFObject.cpp.
References llvm::Data, llvm::WritableMemoryBuffer::getBufferStart(), and llvm::objcopy::elf::SectionWriter::Out.