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

#include "ObjCopy/ELF/ELFObject.h"

Inheritance diagram for llvm::objcopy::elf::ELFReader:
[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 ()

Detailed Description

Definition at line 1148 of file ELFObject.h.

Constructor & Destructor Documentation

◆ ELFReader()

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

Definition at line 1154 of file ELFObject.h.

References B().

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: