LLVM 22.0.0git
llvm::DXILPrettyPrinterPass Class Reference

A pass that prints resources in a format suitable for textual DXIL. More...

#include "Target/DirectX/DXILPrettyPrinter.h"

Inheritance diagram for llvm::DXILPrettyPrinterPass:
[legend]

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.

Detailed Description

A pass that prints resources in a format suitable for textual DXIL.

Definition at line 22 of file DXILPrettyPrinter.h.

Constructor & Destructor Documentation

◆ DXILPrettyPrinterPass()

llvm::DXILPrettyPrinterPass::DXILPrettyPrinterPass ( raw_ostream & OS)
inlineexplicit

Definition at line 26 of file DXILPrettyPrinter.h.

Member Function Documentation

◆ run()

PreservedAnalyses DXILPrettyPrinterPass::run ( Module & M,
ModuleAnalysisManager & MAM )

The documentation for this class was generated from the following files: