ΒΆllvm::Error executeObjcopyOnIHex(
    const llvm::objcopy::CommonConfig& Config,
    const llvm::objcopy::ELFConfig& ELFConfig,
    llvm::MemoryBuffer& In,
    llvm::raw_ostream& Out)

Description

Apply the transformations described by \p Config and \p ELFConfig to\p In, which must represent an IHex file, and writes the result into \p Out.

Declared at: llvm/include/llvm/ObjCopy/ELF/ELFObjcopy.h:30

Parameters

const llvm::objcopy::CommonConfig& Config
const llvm::objcopy::ELFConfig& ELFConfig
llvm::MemoryBuffer& In
llvm::raw_ostream& Out

Returns

any Error encountered whilst performing the operation.