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

#include "ObjCopy/ELF/ELFObject.h"

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

Public Member Functions

virtual ~Reader ()
 
virtual Expected< std::unique_ptr< Object > > create (bool EnsureSymtab) const =0
 

Detailed Description

Definition at line 1028 of file ELFObject.h.

Constructor & Destructor Documentation

◆ ~Reader()

Reader::~Reader ( )
virtualdefault

Member Function Documentation

◆ create()

virtual Expected< std::unique_ptr< Object > > llvm::objcopy::elf::Reader::create ( bool  EnsureSymtab) const
pure virtual

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