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

Printer pass for the CallGraphAnalysis results. More...

#include <CallGraph.h>

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Printer pass for the CallGraphAnalysis results.

Definition at line 313 of file CallGraph.h.

Constructor & Destructor Documentation

llvm::CallGraphPrinterPass::CallGraphPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 317 of file CallGraph.h.

Member Function Documentation

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

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