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

Printer pass for the CallGraphAnalysis results. More...

#include "llvm/Analysis/CallGraph.h"

Inheritance diagram for llvm::CallGraphPrinterPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::CallGraphPrinterPass:
Collaboration graph
[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 308 of file CallGraph.h.

Constructor & Destructor Documentation

◆ CallGraphPrinterPass()

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

Definition at line 312 of file CallGraph.h.

Member Function Documentation

◆ run()

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

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