LLVM: llvm::objcopy::xcoff Namespace Reference (original) (raw)
| Classes | |
|---|---|
| struct | Object |
| struct | Section |
| struct | Symbol |
| class | XCOFFReader |
| class | XCOFFWriter |
◆ executeObjcopyOnBinary()
Apply the transformations described by Config and [XCOFFConfig](structllvm%5F1%5F1objcopy%5F1%5F1XCOFFConfig.html) to In and writes the result into Out.
Returns
any Error encountered whilst performing the operation.
Definition at line 26 of file XCOFFObjcopy.cpp.
References assert(), llvm::objcopy::xcoff::XCOFFReader::create(), llvm::createFileError(), E(), llvm::Expected< T >::get(), handleArgs(), llvm::objcopy::CommonConfig::InputFilename, llvm::objcopy::CommonConfig::OutputFilename, llvm::Error::success(), llvm::Expected< T >::takeError(), and llvm::objcopy::xcoff::XCOFFWriter::write().
Referenced by llvm::objcopy::executeObjcopyOnBinary().