LLVM 22.0.0git
|
#include "llvm/ObjCopy/DXContainer/DXContainerObjcopy.h"
#include "DXContainerReader.h"
#include "DXContainerWriter.h"
#include "llvm/ObjCopy/CommonConfig.h"
#include "llvm/ObjCopy/DXContainer/DXContainerConfig.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::dxbc |
Functions | |
static Error | llvm::objcopy::dxbc::handleArgs (const CommonConfig &Config, Object &Obj) |
Error | llvm::objcopy::dxbc::executeObjcopyOnBinary (const CommonConfig &Config, const DXContainerConfig &, object::DXContainerObjectFile &In, raw_ostream &Out) |
Apply the transformations described by Config and DXContainerConfig to In and writes the result into Out . | |