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

#include "ObjCopy/ELF/ELFObject.h"

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

Public Member Functions

 BinaryReader (MemoryBuffer *MB, const uint8_t NewSymbolVisibility)
 
Expected< std::unique_ptr< Object > > create (bool EnsureSymtab) const override
 
- 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 1103 of file ELFObject.h.

Constructor & Destructor Documentation

◆ BinaryReader()

llvm::objcopy::elf::BinaryReader::BinaryReader ( MemoryBuffer MB,
const uint8_t  NewSymbolVisibility 
)
inline

Definition at line 1108 of file ELFObject.h.

Member Function Documentation

◆ create()

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

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