LLVM 17.0.0git
Classes | Functions
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()

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

Definition at line 23 of file XCOFFObjcopy.cpp.

References llvm::Error::success().

Referenced by executeObjcopyOnBinary().