LLVM 19.0.0git
Public Member Functions | List of all members
llvm::objcopy::macho::Reader Class Referenceabstract

#include "ObjCopy/MachO/MachOReader.h"

Inheritance diagram for llvm::objcopy::macho::Reader:
Inheritance graph
[legend]

Public Member Functions

virtual ~Reader ()
 
virtual Expected< std::unique_ptr< Object > > create () const =0
 

Detailed Description

Definition at line 24 of file MachOReader.h.

Constructor & Destructor Documentation

◆ ~Reader()

virtual llvm::objcopy::macho::Reader::~Reader ( )
inlinevirtual

Definition at line 26 of file MachOReader.h.

Member Function Documentation

◆ create()

virtual Expected< std::unique_ptr< Object > > llvm::objcopy::macho::Reader::create ( ) const
pure virtual

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