|
LLVM 22.0.0git
|
Printer pass for the StackSafetyGlobalAnalysis results.
More...
#include "llvm/Analysis/StackSafetyAnalysis.h"
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. | |
Printer pass for the StackSafetyGlobalAnalysis results.
Definition at line 140 of file StackSafetyAnalysis.h.
|
inlineexplicit |
Definition at line 145 of file StackSafetyAnalysis.h.
|
inlinestatic |
Definition at line 147 of file StackSafetyAnalysis.h.
| PreservedAnalyses StackSafetyGlobalPrinterPass::run | ( | Module & | M, |
| ModuleAnalysisManager & | AM ) |
Definition at line 1082 of file StackSafetyAnalysis.cpp.
References llvm::PreservedAnalyses::all(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::print().