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

#include "ObjCopy/ELF/ELFObject.h"

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

Detailed Description

Definition at line 1116 of file ELFObject.h.

Constructor & Destructor Documentation

◆ BinaryReader()

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

Definition at line 1121 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: