LLVM 18.0.0git
|
Printer pass for the CallGraphAnalysis
results.
More...
#include "llvm/Analysis/CallGraph.h"
Public Member Functions | |
CallGraphPrinterPass (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 CallGraphAnalysis
results.
Definition at line 318 of file CallGraph.h.
|
inlineexplicit |
Definition at line 322 of file CallGraph.h.
References OS.
PreservedAnalyses CallGraphPrinterPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 306 of file CallGraph.cpp.
References llvm::PreservedAnalyses::all(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::print().