LLVM API Documentation
#include <JIT.h>
Public Member Functions | |
| JITState (Module *M) | |
| FunctionPassManager & | getPM (const MutexGuard &L) |
| Module * | getModule () const |
| std::vector< AssertingVH < Function > > & | getPendingFunctions (const MutexGuard &L) |
Definition at line 30 of file lib/ExecutionEngine/JIT/JIT.h.
| llvm::JITState::JITState | ( | Module * | M | ) | [inline, explicit] |
Definition at line 40 of file lib/ExecutionEngine/JIT/JIT.h.
| 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.