Printer pass for the CallGraphAnalysis results.
Declared in <llvm/Analysis/CallGraph.h>
class CallGraphPrinterPass
: public RequiredPassInfoMixin<CallGraphPrinterPass>
| Name | Description |
|---|---|
RequiredPassInfoMixin<CallGraphPrinterPass> | A CRTP mix-in for passes that should not be skipped. |
| Name | Description |
|---|---|
CallGraphPrinterPass [constructor] | Construct a printer that writes to OS. |
run | Print the call graph for module M. |
| Name | Description |
|---|---|
isRequired | Return true; required passes cannot be skipped. |