LLVM  8.0.1
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]
Collaboration diagram for llvm::StackSafetyGlobalPrinterPass:
Collaboration graph
[legend]

Public Member Functions

 StackSafetyGlobalPrinterPass (raw_ostream &OS)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 

Additional Inherited Members

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

Detailed Description

Printer pass for the StackSafetyGlobalAnalysis results.

Definition at line 91 of file StackSafetyAnalysis.h.

Constructor & Destructor Documentation

◆ StackSafetyGlobalPrinterPass()

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

Definition at line 96 of file StackSafetyAnalysis.h.

Member Function Documentation

◆ run()

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

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