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

Description

Apply the transformations described by \p Config and \p XCOFFConfig to \p In and writes the result into \p Out.

Declared at: llvm/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h:28

Parameters

const llvm::objcopy::CommonConfig& Config
const llvm::objcopy::XCOFFConfig&
object::XCOFFObjectFile& In
llvm::raw_ostream& Out

Returns

any Error encountered whilst performing the operation.