LLVM 22.0.0git
llvm::objcopy::xcoff Namespace Reference

Classes

struct  Object
struct  Section
struct  Symbol
class  XCOFFReader
class  XCOFFWriter

Functions

Error executeObjcopyOnBinary (const CommonConfig &Config, const XCOFFConfig &, object::XCOFFObjectFile &In, raw_ostream &Out)
 Apply the transformations described by Config and XCOFFConfig to In and writes the result into Out.
static Error handleArgs (const CommonConfig &Config, Object &Obj)

Function Documentation

◆ executeObjcopyOnBinary()

Error llvm::objcopy::xcoff::executeObjcopyOnBinary ( const CommonConfig & Config,
const XCOFFConfig & ,
object::XCOFFObjectFile & In,
raw_ostream & Out )

◆ handleArgs()

Error llvm::objcopy::xcoff::handleArgs ( const CommonConfig & Config,
Object & Obj )
static

Definition at line 22 of file XCOFFObjcopy.cpp.

References llvm::Error::success().

Referenced by executeObjcopyOnBinary().