LLVM: llvm::objcopy::macho::MachOReader Class Reference (original) (raw)
#include "[ObjCopy/MachO/MachOReader.h](MachOReader%5F8h%5Fsource.html)"
Inheritance diagram for llvm::objcopy::macho::MachOReader:
[legend]
| Public Member Functions | |
|---|---|
| MachOReader (const object::MachOObjectFile &Obj) | |
| Expected< std::unique_ptr< Object > > | create () const override |
| Public Member Functions inherited from llvm::objcopy::macho::Reader | |
| virtual | ~Reader ()=default |
Detailed Description
Definition at line 30 of file MachOReader.h.
Constructor & Destructor Documentation
| llvm::objcopy::macho::MachOReader::MachOReader ( const object::MachOObjectFile & Obj) | inlineexplicit |
|---|
Definition at line 55 of file MachOReader.h.
Member Function Documentation
◆ create()
| Expected< std::unique_ptr< Object > > MachOReader::create ( ) const | overridevirtual |
|---|
Implements llvm::objcopy::macho::Reader.
Definition at line 365 of file MachOReader.cpp.
The documentation for this class was generated from the following files:
- lib/ObjCopy/MachO/MachOReader.h
- lib/ObjCopy/MachO/MachOReader.cpp