ΒΆllvm::Error executeObjcopyOnMachOUniversalBinary(
    const llvm::objcopy::MultiFormatConfig&
        Config,
    const object::MachOUniversalBinary& In,
    llvm::raw_ostream& Out)

Description

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

Declared at: llvm/include/llvm/ObjCopy/MachO/MachOObjcopy.h:37

Parameters

const llvm::objcopy::MultiFormatConfig& Config
const object::MachOUniversalBinary& In
llvm::raw_ostream& Out

Returns

any Error encountered whilst performing the operation.