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

#include "ObjCopy/COFF/COFFWriter.h"

Public Member Functions

virtual ~COFFWriter ()
 
Error write ()
 
 COFFWriter (Object &Obj, raw_ostream &Out)
 

Detailed Description

Definition at line 24 of file COFFWriter.h.

Constructor & Destructor Documentation

◆ ~COFFWriter()

virtual llvm::objcopy::coff::COFFWriter::~COFFWriter ( )
inlinevirtual

Definition at line 52 of file COFFWriter.h.

◆ COFFWriter()

llvm::objcopy::coff::COFFWriter::COFFWriter ( Object Obj,
raw_ostream Out 
)
inline

Definition at line 55 of file COFFWriter.h.

Member Function Documentation

◆ write()

Error llvm::objcopy::coff::COFFWriter::write ( )

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