LLVM API Documentation

Public Member Functions
llvm::JITState Class Reference

#include <JIT.h>

List of all members.

Public Member Functions

 JITState (Module *M)
FunctionPassManagergetPM (const MutexGuard &L)
ModulegetModule () const
std::vector< AssertingVH
< Function > > & 
getPendingFunctions (const MutexGuard &L)

Detailed Description

Definition at line 30 of file lib/ExecutionEngine/JIT/JIT.h.


Constructor & Destructor Documentation

llvm::JITState::JITState ( Module M) [inline, explicit]

Definition at line 40 of file lib/ExecutionEngine/JIT/JIT.h.


Member Function Documentation

Module* llvm::JITState::getModule ( ) const [inline]

Definition at line 46 of file lib/ExecutionEngine/JIT/JIT.h.

std::vector<AssertingVH<Function> >& llvm::JITState::getPendingFunctions ( const MutexGuard L) [inline]

Definition at line 47 of file lib/ExecutionEngine/JIT/JIT.h.

FunctionPassManager& llvm::JITState::getPM ( const MutexGuard L) [inline]

Definition at line 42 of file lib/ExecutionEngine/JIT/JIT.h.


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