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

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

#include "llvm/Analysis/LazyCallGraph.h"

Inheritance diagram for llvm::LazyCallGraphPrinterPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::LazyCallGraphPrinterPass:
Collaboration graph
[legend]

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

A pass which prints the call graph to a raw_ostream.

This is primarily useful for testing the analysis.

Definition at line 1263 of file LazyCallGraph.h.

Constructor & Destructor Documentation

◆ LazyCallGraphPrinterPass()

LazyCallGraphPrinterPass::LazyCallGraphPrinterPass ( raw_ostream OS)
explicit

Definition at line 1730 of file LazyCallGraph.cpp.

Member Function Documentation

◆ run()

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

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