LLVM API Documentation
#include <JIT.h>

Public Member Functions | |
| JITState (ModuleProvider *MP) | |
| FunctionPassManager & | getPM (const MutexGuard &L) |
| std::vector< const GlobalVariable * > & | getPendingGlobals (const MutexGuard &L) |
Definition at line 29 of file lib/ExecutionEngine/JIT/JIT.h.
| llvm::JITState::JITState | ( | ModuleProvider * | MP | ) | [inline, explicit] |
Definition at line 39 of file lib/ExecutionEngine/JIT/JIT.h.
| FunctionPassManager& llvm::JITState::getPM | ( | const MutexGuard & | L | ) | [inline] |
Definition at line 41 of file lib/ExecutionEngine/JIT/JIT.h.
| std::vector<const GlobalVariable*>& llvm::JITState::getPendingGlobals | ( | const MutexGuard & | L | ) | [inline] |
Definition at line 45 of file lib/ExecutionEngine/JIT/JIT.h.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.