LLVM: llvm::objcopy:🧝:IHexSectionWriter Class Reference (original) (raw)
#include "[ObjCopy/ELF/ELFObject.h](ELFObject%5F8h%5Fsource.html)"
Inheritance diagram for llvm::objcopy:🧝:IHexSectionWriter:
[legend]
| Additional Inherited Members | |
|---|---|
| Protected Member Functions inherited from llvm::objcopy:🧝:IHexSectionWriterBase | |
| void | writeSection (const SectionBase *Sec, ArrayRef< uint8_t > Data) |
| Protected Attributes inherited from llvm::objcopy:🧝:IHexSectionWriterBase | |
| uint64_t | Offset = 0 |
| Protected Attributes inherited from llvm::objcopy:🧝:SectionWriter | |
| WritableMemoryBuffer & | Out |
Detailed Description
Definition at line 302 of file ELFObject.h.
Constructor & Destructor Documentation
| llvm::objcopy:🧝:IHexSectionWriter::IHexSectionWriter ( WritableMemoryBuffer & Buf) | inline |
|---|
Definition at line 304 of file ELFObject.h.
References llvm::objcopy:🧝:IHexSectionWriterBase::IHexSectionWriterBase().
Member Function Documentation
◆ visit()
| Error IHexSectionWriter::visit ( const StringTableSection & Sec) | overridevirtual |
|---|
Implements llvm::objcopy:🧝:SectionVisitor.
Definition at line 432 of file ELFObject.cpp.
References assert(), llvm::Data, llvm::StringTableBuilder::getSize(), llvm::objcopy:🧝:SectionBase::Size, llvm::Error::success(), llvm::StringTableBuilder::write(), and llvm::objcopy:🧝:IHexSectionWriterBase::writeSection().
◆ writeData()
| void IHexSectionWriter::writeData ( uint8_t Type, uint16_t Addr, ArrayRef< uint8_t > Data ) | overridevirtual |
|---|
Reimplemented from llvm::objcopy:🧝:IHexSectionWriterBase.
Definition at line 425 of file ELFObject.cpp.
References llvm::Data, llvm::SmallVectorTemplateCommon< T, typename >::data(), llvm::objcopy:🧝:IHexRecord::getLine(), llvm::objcopy:🧝:IHexSectionWriterBase::Offset, llvm::objcopy:🧝:SectionWriter::Out, and llvm::SmallVectorTemplateCommon< T, typename >::size().
The documentation for this class was generated from the following files:
- lib/ObjCopy/ELF/ELFObject.h
- lib/ObjCopy/ELF/ELFObject.cpp