LLVM 20.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) |
Public Member Functions inherited from llvm::PassInfoMixin< CallGraphPrinterPass > | |
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< CallGraphPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Printer pass for the CallGraphAnalysis
results.
Definition at line 317 of file CallGraph.h.
|
inlineexplicit |
Definition at line 321 of file CallGraph.h.
References OS.
|
inlinestatic |
Definition at line 325 of file CallGraph.h.
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().