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


Public Member Functions | |
| WriteBytecodePass () | |
| WriteBytecodePass (std::ostream *o, bool DS=false, bool CF=true) | |
| ~WriteBytecodePass () | |
| bool | runOnModule (Module &M) |
Definition at line 24 of file WriteBytecodePass.h.
| llvm::WriteBytecodePass::WriteBytecodePass | ( | ) | [inline] |
Definition at line 29 of file WriteBytecodePass.h.
| llvm::WriteBytecodePass::WriteBytecodePass | ( | std::ostream * | o, | |
| bool | DS = false, |
|||
| bool | CF = true | |||
| ) | [inline] |
Definition at line 31 of file WriteBytecodePass.h.
| llvm::WriteBytecodePass::~WriteBytecodePass | ( | ) | [inline] |
Definition at line 34 of file WriteBytecodePass.h.
| bool llvm::WriteBytecodePass::runOnModule | ( | Module & | M | ) | [inline, virtual] |
runOnModule - Virtual method overriden by subclasses to process the module being operated on.
Implements llvm::ModulePass.
Definition at line 38 of file WriteBytecodePass.h.
References M, and llvm::WriteBytecodeToFile().