ΒΆllvm::Error executeObjcopyOnBinary(
const llvm::objcopy::CommonConfig& Config,
const llvm::objcopy::COFFConfig&,
object::COFFObjectFile& In,
llvm::raw_ostream& Out)
llvm::Error executeObjcopyOnBinary(
const llvm::objcopy::CommonConfig& Config,
const llvm::objcopy::COFFConfig&,
object::COFFObjectFile& In,
llvm::raw_ostream& Out)
Description
Apply the transformations described by \p Config and \p COFFConfig to \p In and writes the result into \p Out.
Declared at: llvm/include/llvm/ObjCopy/COFF/COFFObjcopy.h:29
Parameters
- const llvm::objcopy::CommonConfig& Config
- const llvm::objcopy::COFFConfig&
- object::COFFObjectFile& In
- llvm::raw_ostream& Out
Returns
any Error encountered whilst performing the operation.