LLVM  4.0.0
Public Member Functions | List of all members
llvm::LazyCallGraphDOTPrinterPass Class Reference

A pass which prints the call graph as a DOT file to a raw_ostream. More...

#include <LazyCallGraph.h>

Inheritance diagram for llvm::LazyCallGraphDOTPrinterPass:
[legend]
Collaboration diagram for llvm::LazyCallGraphDOTPrinterPass:
[legend]

Public Member Functions

 LazyCallGraphDOTPrinterPass (raw_ostream &OS)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< LazyCallGraphDOTPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

A pass which prints the call graph as a DOT file to a raw_ostream.

This is primarily useful for visualization purposes.

Definition at line 1209 of file LazyCallGraph.h.

Constructor & Destructor Documentation

LazyCallGraphDOTPrinterPass::LazyCallGraphDOTPrinterPass ( raw_ostream OS)
explicit

Definition at line 1938 of file LazyCallGraph.cpp.

Member Function Documentation

PreservedAnalyses LazyCallGraphDOTPrinterPass::run ( Module M,
ModuleAnalysisManager AM 
)

The documentation for this class was generated from the following files: