LLVM 22.0.0git
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 53 of file COFFWriter.h.

◆ COFFWriter()

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

Definition at line 56 of file COFFWriter.h.

Member Function Documentation

◆ write()

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

Definition at line 536 of file COFFWriter.cpp.

References llvm::createStringError(), llvm::COFF::MaxNumberOfSections16, and write().

Referenced by write().


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