|
LLVM
4.0.0
|
A pass which prints the call graph to a raw_ostream.
More...
#include <LazyCallGraph.h>
Public Member Functions | |
| LazyCallGraphPrinterPass (raw_ostream &OS) | |
| PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< LazyCallGraphPrinterPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
A pass which prints the call graph to a raw_ostream.
This is primarily useful for testing the analysis.
Definition at line 1196 of file LazyCallGraph.h.
|
explicit |
Definition at line 1893 of file LazyCallGraph.cpp.
| PreservedAnalyses LazyCallGraphPrinterPass::run | ( | Module & | M, |
| ModuleAnalysisManager & | AM | ||
| ) |
1.8.6