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

#include "ObjCopy/ELF/ELFObject.h"

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

Public Member Functions

 BinaryELFBuilder (MemoryBuffer *MB, uint8_t NewSymbolVisibility)
 
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 1053 of file ELFObject.h.

Constructor & Destructor Documentation

◆ BinaryELFBuilder()

llvm::objcopy::elf::BinaryELFBuilder::BinaryELFBuilder ( MemoryBuffer MB,
uint8_t  NewSymbolVisibility 
)
inline

Definition at line 1059 of file ELFObject.h.

Member Function Documentation

◆ build()

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

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