LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::StackSafetyGlobalPrinterPass Class Reference

Printer pass for the StackSafetyGlobalAnalysis results. More...

#include "llvm/Analysis/StackSafetyAnalysis.h"

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

Public Member Functions

 StackSafetyGlobalPrinterPass (raw_ostream &OS)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< StackSafetyGlobalPrinterPass >
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< StackSafetyGlobalPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Printer pass for the StackSafetyGlobalAnalysis results.

Definition at line 140 of file StackSafetyAnalysis.h.

Constructor & Destructor Documentation

◆ StackSafetyGlobalPrinterPass()

llvm::StackSafetyGlobalPrinterPass::StackSafetyGlobalPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 145 of file StackSafetyAnalysis.h.

References OS.

Member Function Documentation

◆ isRequired()

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

Definition at line 147 of file StackSafetyAnalysis.h.

◆ run()

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

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