LLVM  8.0.1
Public Member Functions | List of all members
llvm::StackSafetyPrinterPass Class Reference

Printer pass for the StackSafetyAnalysis results. More...

#include "llvm/Analysis/StackSafetyAnalysis.h"

Inheritance diagram for llvm::StackSafetyPrinterPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::StackSafetyPrinterPass:
Collaboration graph
[legend]

Public Member Functions

 StackSafetyPrinterPass (raw_ostream &OS)
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 

Additional Inherited Members

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

Detailed Description

Printer pass for the StackSafetyAnalysis results.

Definition at line 52 of file StackSafetyAnalysis.h.

Constructor & Destructor Documentation

◆ StackSafetyPrinterPass()

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

Definition at line 56 of file StackSafetyAnalysis.h.

References F().

Member Function Documentation

◆ run()

PreservedAnalyses StackSafetyPrinterPass::run ( Function F,
FunctionAnalysisManager AM 
)

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