LLVM 22.0.0git
llvm::StackSafetyPrinterPass Class Reference

Printer pass for the StackSafetyAnalysis results. More...

#include "llvm/Analysis/StackSafetyAnalysis.h"

Inheritance diagram for llvm::StackSafetyPrinterPass:
[legend]

Public Member Functions

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

Detailed Description

Printer pass for the StackSafetyAnalysis results.

Definition at line 102 of file StackSafetyAnalysis.h.

Constructor & Destructor Documentation

◆ StackSafetyPrinterPass()

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

Definition at line 106 of file StackSafetyAnalysis.h.

Member Function Documentation

◆ isRequired()

bool llvm::StackSafetyPrinterPass::isRequired ( )
inlinestatic

Definition at line 108 of file StackSafetyAnalysis.h.

◆ run()


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