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

#include "ObjCopy/ELF/ELFObject.h"

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

Public Member Functions

Expected< std::unique_ptr< Object > > create (bool EnsureSymtab) const override
 
 ELFReader (Binary *B, std::optional< StringRef > ExtractPartition)
 
- Public Member Functions inherited from llvm::objcopy::elf::Reader
virtual ~Reader ()
 
virtual Expected< std::unique_ptr< Object > > create (bool EnsureSymtab) const =0
 

Detailed Description

Definition at line 1135 of file ELFObject.h.

Constructor & Destructor Documentation

◆ ELFReader()

llvm::objcopy::elf::ELFReader::ELFReader ( Binary B,
std::optional< StringRef ExtractPartition 
)
inlineexplicit

Definition at line 1141 of file ELFObject.h.

References llvm::Bin.

Member Function Documentation

◆ create()

Expected< std::unique_ptr< Object > > ELFReader::create ( bool  EnsureSymtab) const
overridevirtual

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