LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::LazyCallGraphPrinterPass Class Reference

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

#include <LazyCallGraph.h>

List of all members.

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 553 of file LazyCallGraph.h.


Constructor & Destructor Documentation

Definition at line 685 of file LazyCallGraph.cpp.


Member Function Documentation

static StringRef llvm::LazyCallGraphPrinterPass::name ( ) [inline, static]

Definition at line 561 of file LazyCallGraph.h.


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