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 490 of file ELFObject.h.
|
inline |
Definition at line 492 of file ELFObject.h.
|
inlineoverrideprotectedvirtual |
Implements llvm::objcopy::elf::SRECSectionWriterBase.
Definition at line 496 of file ELFObject.h.