LLVM 20.0.0git
|
A pass that prints resources in a format suitable for textual DXIL. More...
#include "Target/DirectX/DXILPrettyPrinter.h"
Public Member Functions | |
DXILPrettyPrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &) |
Public Member Functions inherited from llvm::PassInfoMixin< DXILPrettyPrinterPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DXILPrettyPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
A pass that prints resources in a format suitable for textual DXIL.
Definition at line 22 of file DXILPrettyPrinter.h.
|
inlineexplicit |
Definition at line 26 of file DXILPrettyPrinter.h.
References OS.
PreservedAnalyses DXILPrettyPrinterPass::run | ( | Module & | M, |
ModuleAnalysisManager & | MAM | ||
) |
Definition at line 24 of file DXILPrettyPrinter.cpp.
References llvm::PreservedAnalyses::all(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), MAM, and prettyPrintResources().