LLVM: llvm::objcopy:🧝:BinaryReader Class Reference (original) (raw)

#include "[ObjCopy/ELF/ELFObject.h](ELFObject%5F8h%5Fsource.html)"

Inheritance diagram for llvm::objcopy:🧝: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:🧝:Reader
virtual ~Reader ()

Detailed Description

Definition at line 1116 of file ELFObject.h.

Constructor & Destructor Documentation

llvm::objcopy:🧝: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

Implements llvm::objcopy:🧝:Reader.

Definition at line 1957 of file ELFObject.cpp.

References llvm::objcopy:🧝:BinaryELFBuilder::build().


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