Go to the source code of this file.
|
static Error | llvm::objcopy::dxbc::extractPartAsObject (StringRef PartName, StringRef OutFilename, StringRef InputFilename, const Object &Obj) |
static Error | llvm::objcopy::dxbc::dumpPartToFile (StringRef PartName, StringRef Filename, StringRef InputFilename, Object &Obj) |
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 .
|