LLVM 17.0.0git
Public Member Functions | List of all members
llvm::DXILResourcePrinterPass Class Reference

Printer pass for the DXILResourceAnalysis results. More...

#include "Target/DirectX/DXILResourceAnalysis.h"

Inheritance diagram for llvm::DXILResourcePrinterPass:
Inheritance graph
[legend]

Public Member Functions

 DXILResourcePrinterPass (raw_ostream &OS)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< DXILResourcePrinterPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< DXILResourcePrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Printer pass for the DXILResourceAnalysis results.

Definition at line 30 of file DXILResourceAnalysis.h.

Constructor & Destructor Documentation

◆ DXILResourcePrinterPass()

llvm::DXILResourcePrinterPass::DXILResourcePrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 34 of file DXILResourceAnalysis.h.

References OS.

Member Function Documentation

◆ run()

PreservedAnalyses DXILResourcePrinterPass::run ( Module M,
ModuleAnalysisManager AM 
)

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