|
LLVM
8.0.1
|
Printer pass for the StackSafetyAnalysis results.
More...
#include "llvm/Analysis/StackSafetyAnalysis.h"


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... | |
Printer pass for the StackSafetyAnalysis results.
Definition at line 52 of file StackSafetyAnalysis.h.
|
inlineexplicit |
Definition at line 56 of file StackSafetyAnalysis.h.
References F().
| PreservedAnalyses StackSafetyPrinterPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 583 of file StackSafetyAnalysis.cpp.
References llvm::PreservedAnalyses::all(), F(), llvm::Value::getName(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::StackSafetyInfoWrapperPass::ID, and llvm::StackSafetyInfo::print().
1.8.13