llvm::CallGraphPrinterPass

Printer pass for the CallGraphAnalysis results.

Synopsis

Declared in <llvm/Analysis/CallGraph.h>

class CallGraphPrinterPass
    : public RequiredPassInfoMixin<CallGraphPrinterPass>

Base Classes

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

Member Functions

NameDescription
CallGraphPrinterPass [constructor]Construct a printer that writes to OS.
run Print the call graph for module M.

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.