LLVM 19.0.0git
Namespaces | Functions
MachOObjcopy.h File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::object
 
namespace  llvm::objcopy
 
namespace  llvm::objcopy::macho
 

Functions

Error llvm::objcopy::macho::executeObjcopyOnBinary (const CommonConfig &Config, const MachOConfig &MachOConfig, object::MachOObjectFile &In, raw_ostream &Out)
 Apply the transformations described by Config and MachOConfig to In and writes the result into Out.
 
Error llvm::objcopy::macho::executeObjcopyOnMachOUniversalBinary (const MultiFormatConfig &Config, const object::MachOUniversalBinary &In, raw_ostream &Out)
 Apply the transformations described by Config and MachOConfig to In and writes the result into Out.