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.
|
Definition at line 29 of file WriteBytecodePass.h. |
|
Definition at line 31 of file WriteBytecodePass.h. |
|
Definition at line 34 of file WriteBytecodePass.h. |
|
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 llvm::WriteBytecodeToFile(). |