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

#include "ObjCopy/MachO/MachOReader.h"

Inheritance diagram for llvm::objcopy::macho::MachOReader:
Inheritance graph
[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 ()
 
virtual Expected< std::unique_ptr< Object > > create () const =0
 

Detailed Description

Definition at line 30 of file MachOReader.h.

Constructor & Destructor Documentation

◆ MachOReader()

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 367 of file MachOReader.cpp.


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