LLVM  3.7.0
Public Member Functions | Static Public Member Functions | List of all members
llvm::LazyCallGraphPrinterPass Class Reference

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

#include <LazyCallGraph.h>

Public Member Functions

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

Static Public Member Functions

static StringRef name ()
 

Detailed Description

A pass which prints the call graph to a raw_ostream.

This is primarily useful for testing the analysis.

Definition at line 561 of file LazyCallGraph.h.

Constructor & Destructor Documentation

LazyCallGraphPrinterPass::LazyCallGraphPrinterPass ( raw_ostream OS)
explicit

Definition at line 685 of file LazyCallGraph.cpp.

Member Function Documentation

static StringRef llvm::LazyCallGraphPrinterPass::name ( )
inlinestatic

Definition at line 569 of file LazyCallGraph.h.

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

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