LLVM 19.0.0git
Public Member Functions | List of all members
llvm::objcopy::elf::IHexELFBuilder Class Reference

#include "ObjCopy/ELF/ELFObject.h"

Inheritance diagram for llvm::objcopy::elf::IHexELFBuilder:
Inheritance graph
[legend]

Public Member Functions

 IHexELFBuilder (const std::vector< IHexRecord > &Records)
 
Expected< std::unique_ptr< Object > > build ()
 
- Public Member Functions inherited from llvm::objcopy::elf::BasicELFBuilder
 BasicELFBuilder ()
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::objcopy::elf::BasicELFBuilder
void initFileHeader ()
 
void initHeaderSegment ()
 
StringTableSectionaddStrTab ()
 
SymbolTableSectionaddSymTab (StringTableSection *StrTab)
 
Error initSections ()
 
- Protected Attributes inherited from llvm::objcopy::elf::BasicELFBuilder
std::unique_ptr< ObjectObj
 

Detailed Description

Definition at line 1065 of file ELFObject.h.

Constructor & Destructor Documentation

◆ IHexELFBuilder()

llvm::objcopy::elf::IHexELFBuilder::IHexELFBuilder ( const std::vector< IHexRecord > &  Records)
inline

Definition at line 1071 of file ELFObject.h.

Member Function Documentation

◆ build()

Expected< std::unique_ptr< Object > > IHexELFBuilder::build ( )

The documentation for this class was generated from the following files: