Pass for printing the call graph to a dot file
Declared in <llvm/Analysis/CallPrinter.h>
class CallGraphDOTPrinterPass
: public RequiredPassInfoMixin<CallGraphDOTPrinterPass>
| Name | Description |
|---|---|
RequiredPassInfoMixin<CallGraphDOTPrinterPass> | A CRTP mix-in for passes that should not be skipped. |
| Name | Description |
|---|---|
run | Print the module call graph as a DOT file. |
| Name | Description |
|---|---|
isRequired | Return true; required passes cannot be skipped. |