LLVM 22.0.0git
llvm::StackSafetyGlobalPrinterPass Class Reference

Printer pass for the StackSafetyGlobalAnalysis results. More...

#include "llvm/Analysis/StackSafetyAnalysis.h"

Inheritance diagram for llvm::StackSafetyGlobalPrinterPass:
[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.

Member Function Documentation

◆ isRequired()

bool llvm::StackSafetyGlobalPrinterPass::isRequired ( )
inlinestatic

Definition at line 147 of file StackSafetyAnalysis.h.

◆ run()


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