LLVM 17.0.0git
|
#include "ObjCopy/ELF/ELFObject.h"
Public Member Functions | |
IHexReader (MemoryBuffer *MB) | |
Expected< std::unique_ptr< Object > > | create (bool EnsureSymtab) const override |
![]() | |
virtual | ~Reader () |
virtual Expected< std::unique_ptr< Object > > | create (bool EnsureSymtab) const =0 |
Definition at line 988 of file ELFObject.h.
|
inline |
Definition at line 1005 of file ELFObject.h.
Implements llvm::objcopy::elf::Reader.
Definition at line 1929 of file ELFObject.cpp.
References llvm::objcopy::elf::IHexELFBuilder::build(), and llvm::Expected< T >::takeError().