LLVM 22.0.0git
llvm::objcopy::elf::BinaryELFBuilder Class Reference

#include "ObjCopy/ELF/ELFObject.h"

Inheritance diagram for llvm::objcopy::elf::BinaryELFBuilder:
[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 ()
 ~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 1066 of file ELFObject.h.

Constructor & Destructor Documentation

◆ BinaryELFBuilder()

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

Definition at line 1072 of file ELFObject.h.

Member Function Documentation

◆ build()


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