LLVM 22.0.0git
llvm::objcopy::macho::MachOReader Class Reference

#include "ObjCopy/MachO/MachOReader.h"

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 ()

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


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