Pass for viewing the call graph

Synopsis

Declared in <llvm/Analysis/CallPrinter.h>

class CallGraphViewerPass
    : public RequiredPassInfoMixin<CallGraphViewerPass>

Base Classes

Name

Description

RequiredPassInfoMixin<CallGraphViewerPass>

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

Member Functions

Name

Description

run

Display the module call graph in a viewer.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs