Pass for printing the call graph to a dot file

Synopsis

Declared in <llvm/Analysis/CallPrinter.h>

class CallGraphDOTPrinterPass
    : public RequiredPassInfoMixin<CallGraphDOTPrinterPass>

Base Classes

Name

Description

RequiredPassInfoMixin<CallGraphDOTPrinterPass>

A CRTP mix‐in for passes that should not be skipped.

Member Functions

Name

Description

run

Print the module call graph as a DOT file.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs