LLVM API Documentation
#include <PrintModulePass.h>
Inheritance diagram for llvm::PrintFunctionPass:


Public Member Functions | |
| PrintFunctionPass () | |
| PrintFunctionPass (const std::string &B, std::ostream *o=&std::cout, bool DS=false) | |
| ~PrintFunctionPass () | |
| bool | runOnFunction (Function &F) |
| virtual void | getAnalysisUsage (AnalysisUsage &AU) const |
Definition at line 50 of file PrintModulePass.h.
|
|
Definition at line 55 of file PrintModulePass.h. |
|
||||||||||||||||
|
Definition at line 56 of file PrintModulePass.h. |
|
|
Definition at line 61 of file PrintModulePass.h. |
|
|
getAnalysisUsage - This function should be overriden by passes that need analysis information to do their job. If a pass specifies that it uses a particular analysis result to this function, it can then use the getAnalysis<AnalysisType>() function, below. Reimplemented from llvm::Pass. Definition at line 73 of file PrintModulePass.h. References llvm::AnalysisUsage::setPreservesAll(). |
|
|
runOnFunction - Virtual method overriden by subclasses to do the per-function processing of the pass. Implements llvm::FunctionPass. Definition at line 68 of file PrintModulePass.h. |