LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::WriteBytecodePass Class Reference

#include <WriteBytecodePass.h>

Inheritance diagram for llvm::WriteBytecodePass:

Inheritance graph
[legend]
Collaboration diagram for llvm::WriteBytecodePass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 WriteBytecodePass ()
 WriteBytecodePass (std::ostream *o, bool DS=false, bool CF=true)
 ~WriteBytecodePass ()
bool runOnModule (Module &M)

Detailed Description

Definition at line 24 of file WriteBytecodePass.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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 llvm::WriteBytecodeToFile().


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