|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|

Go to the source code of this file.
Macros | |
| #define | ETISS_LIBNAME LLVMJIT |
Functions | |
| const char * | LLVMJIT_versionInfo () |
| ETISS_LIBRARYIF_VERSION_FUNC_IMPL unsigned | LLVMJIT_countJIT () |
| const char * | LLVMJIT_nameJIT (unsigned index) |
| etiss::JIT * | LLVMJIT_createJIT (unsigned index, std::map< std::string, std::string > options) |
| void | LLVMJIT_deleteJIT (etiss::JIT *o) |
| #define ETISS_LIBNAME LLVMJIT |
Definition at line 7 of file LLVMJITLIB.cpp.
| ETISS_LIBRARYIF_VERSION_FUNC_IMPL unsigned LLVMJIT_countJIT | ( | ) |
Definition at line 26 of file LLVMJITLIB.cpp.
| etiss::JIT * LLVMJIT_createJIT | ( | unsigned | index, |
| std::map< std::string, std::string > | options | ||
| ) |
Definition at line 40 of file LLVMJITLIB.cpp.
| void LLVMJIT_deleteJIT | ( | etiss::JIT * | o | ) |
Definition at line 51 of file LLVMJITLIB.cpp.
| const char * LLVMJIT_nameJIT | ( | unsigned | index | ) |
Definition at line 30 of file LLVMJITLIB.cpp.
| const char * LLVMJIT_versionInfo | ( | ) |
Definition at line 18 of file LLVMJITLIB.cpp.