LLVM 20.0.0git
|
#include "llvm/ObjCopy/CommonConfig.h"
#include "llvm/ObjCopy/XCOFF/XCOFFConfig.h"
#include "llvm/ObjCopy/XCOFF/XCOFFObjcopy.h"
#include "llvm/Support/Errc.h"
#include "XCOFFObject.h"
#include "XCOFFReader.h"
#include "XCOFFWriter.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::objcopy |
namespace | llvm::objcopy::xcoff |
Functions | |
static Error | llvm::objcopy::xcoff::handleArgs (const CommonConfig &Config, Object &Obj) |
Error | llvm::objcopy::xcoff::executeObjcopyOnBinary (const CommonConfig &Config, const XCOFFConfig &, object::XCOFFObjectFile &In, raw_ostream &Out) |
Apply the transformations described by Config and XCOFFConfig to In and writes the result into Out . | |