llvm::CallGraphDOTPrinterPass

Pass for printing the call graph to a dot file

Synopsis

Declared in <llvm/Analysis/CallPrinter.h>

class CallGraphDOTPrinterPass
    : public RequiredPassInfoMixin<CallGraphDOTPrinterPass>

Base Classes

NameDescription
RequiredPassInfoMixin<CallGraphDOTPrinterPass>A CRTP mix-in for passes that should not be skipped.

Member Functions

NameDescription
run Print the module call graph as a DOT file.

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.