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


Public Member Functions | |
| PrintModulePass () | |
| PrintModulePass (std::ostream *o, bool DS=false) | |
| ~PrintModulePass () | |
| bool | runOnModule (Module &M) |
| virtual void | getAnalysisUsage (AnalysisUsage &AU) const |
Definition at line 27 of file PrintModulePass.h.
| llvm::PrintModulePass::PrintModulePass | ( | ) | [inline] |
Definition at line 31 of file PrintModulePass.h.
| llvm::PrintModulePass::PrintModulePass | ( | std::ostream * | o, | |
| bool | DS = false | |||
| ) | [inline] |
Definition at line 32 of file PrintModulePass.h.
| llvm::PrintModulePass::~PrintModulePass | ( | ) | [inline] |
Definition at line 36 of file PrintModulePass.h.
| bool llvm::PrintModulePass::runOnModule | ( | Module & | M | ) | [inline, virtual] |
runOnModule - Virtual method overriden by subclasses to process the module being operated on.
Implements llvm::ModulePass.
Definition at line 40 of file PrintModulePass.h.
References M.
| virtual void llvm::PrintModulePass::getAnalysisUsage | ( | AnalysisUsage & | AU | ) | const [inline, virtual] |
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 45 of file PrintModulePass.h.
References llvm::AnalysisUsage::setPreservesAll().