LLVM 18.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) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Printer pass for the StackSafetyGlobalAnalysis
results.
Definition at line 139 of file StackSafetyAnalysis.h.
|
inlineexplicit |
Definition at line 144 of file StackSafetyAnalysis.h.
References OS.
PreservedAnalyses StackSafetyGlobalPrinterPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 1063 of file StackSafetyAnalysis.cpp.
References llvm::PreservedAnalyses::all(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), OS, and llvm::print().