LLVM 19.0.0git
Public Member Functions | List of all members
llvm::objcopy::elf::ELFBuilder< ELFT > Class Template Reference

#include "ObjCopy/ELF/ELFObject.h"

Public Member Functions

 ELFBuilder (const ELFObjectFile< ELFT > &ElfObj, Object &Obj, std::optional< StringRef > ExtractPartition)
 
Error build (bool EnsureSymtab)
 

Detailed Description

template<class ELFT>
class llvm::objcopy::elf::ELFBuilder< ELFT >

Definition at line 1076 of file ELFObject.h.

Constructor & Destructor Documentation

◆ ELFBuilder()

template<class ELFT >
ELFBuilder::ELFBuilder ( const ELFObjectFile< ELFT > &  ElfObj,
Object Obj,
std::optional< StringRef ExtractPartition 
)

Definition at line 1387 of file ELFObject.cpp.

References llvm::objcopy::elf::Object::IsMips64EL.

Member Function Documentation

◆ build()

template<class ELFT >
Error ELFBuilder::build ( bool  EnsureSymtab)

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