|
LLVM
8.0.1
|
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) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< CallGraphPrinterPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Printer pass for the CallGraphAnalysis results.
Definition at line 308 of file CallGraph.h.
|
inlineexplicit |
Definition at line 312 of file CallGraph.h.
| PreservedAnalyses CallGraphPrinterPass::run | ( | Module & | M, |
| ModuleAnalysisManager & | AM | ||
| ) |
Definition at line 248 of file CallGraph.cpp.
References llvm::PreservedAnalyses::all(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::CallGraph::print().
1.8.13