LLVM 19.0.0git
Public Member Functions | Static 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)
 

Static Public Member Functions

static bool isRequired ()
 
- 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 33 of file DXILResourceAnalysis.h.

Constructor & Destructor Documentation

◆ DXILResourcePrinterPass()

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

Definition at line 37 of file DXILResourceAnalysis.h.

References OS.

Member Function Documentation

◆ isRequired()

static bool llvm::DXILResourcePrinterPass::isRequired ( )
inlinestatic

Definition at line 39 of file DXILResourceAnalysis.h.

◆ run()

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

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