LLVM 22.0.0git
llvm::objcopy::dxbc Namespace Reference

Classes

class  DXContainerReader
class  DXContainerWriter
struct  Object
struct  Part

Typedefs

using PartPred = llvm::function_ref<bool(const Part &)>

Functions

Error 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.
static Error extractPartAsObject (StringRef PartName, StringRef OutFilename, StringRef InputFilename, const Object &Obj)
static Error handleArgs (const CommonConfig &Config, Object &Obj)

Typedef Documentation

◆ PartPred

Function Documentation

◆ executeObjcopyOnBinary()

◆ extractPartAsObject()

◆ handleArgs()