LLVM 20.0.0git
|
#include "ObjCopy/ELF/ELFObject.h"
Protected Member Functions | |
void | writeSection (const SectionBase *Sec, ArrayRef< uint8_t > Data) |
virtual void | writeData (uint8_t Type, uint16_t Addr, ArrayRef< uint8_t > Data) |
Protected Attributes | |
uint64_t | Offset = 0 |
Protected Attributes inherited from llvm::objcopy::elf::SectionWriter | |
WritableMemoryBuffer & | Out |
Definition at line 271 of file ELFObject.h.
|
inlineexplicit |
Definition at line 290 of file ELFObject.h.
|
inline |
Definition at line 293 of file ELFObject.h.
References Offset.
|
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.
|
finalvirtual |
Reimplemented from llvm::objcopy::elf::SectionWriter.
Definition at line 423 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.
|
finalvirtual |
Reimplemented from llvm::objcopy::elf::SectionWriter.
Definition at line 408 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 403 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::IHexSectionWriter.
Definition at line 413 of file ELFObject.cpp.
References assert(), llvm::StringTableBuilder::getSize(), llvm::objcopy::elf::SectionBase::Size, llvm::Error::success(), and writeSection().
|
overridevirtual |
Reimplemented from llvm::objcopy::elf::BinarySectionWriter.
Definition at line 185 of file ELFObject.cpp.
|
protectedvirtual |
Reimplemented in llvm::objcopy::elf::IHexSectionWriter.
Definition at line 398 of file ELFObject.cpp.
References llvm::Data, llvm::objcopy::elf::IHexRecord::getLineLength(), and Offset.
Referenced by writeSection().
|
protected |
Definition at line 354 of file ELFObject.cpp.
References Addr, assert(), llvm::Data, sectionPhysicalAddr(), llvm::objcopy::elf::SectionBase::Size, and writeData().
Referenced by visit(), and llvm::objcopy::elf::IHexSectionWriter::visit().
|
protected |
Definition at line 284 of file ELFObject.h.
Referenced by getBufferOffset(), writeData(), and llvm::objcopy::elf::IHexSectionWriter::writeData().