|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|

Go to the source code of this file.
Macros | |
| #define | ETISS_LIBNAME GCCJIT |
Functions | |
| const char * | GCCJIT_versionInfo () |
| ETISS_LIBRARYIF_VERSION_FUNC_IMPL unsigned | GCCJIT_countJIT () |
| const char * | GCCJIT_nameJIT (unsigned i) |
| etiss::JIT * | GCCJIT_createJIT (unsigned i, std::map< std::string, std::string > options) |
| void | GCCJIT_deleteJIT (etiss::JIT *jit) |
| #define ETISS_LIBNAME GCCJIT |
Definition at line 9 of file GCCJITLIB.cpp.
| ETISS_LIBRARYIF_VERSION_FUNC_IMPL unsigned GCCJIT_countJIT | ( | ) |
Definition at line 25 of file GCCJITLIB.cpp.
| etiss::JIT * GCCJIT_createJIT | ( | unsigned | i, |
| std::map< std::string, std::string > | options | ||
| ) |
Definition at line 35 of file GCCJITLIB.cpp.
References options.
| void GCCJIT_deleteJIT | ( | etiss::JIT * | jit | ) |
Definition at line 43 of file GCCJITLIB.cpp.
| const char * GCCJIT_nameJIT | ( | unsigned | i | ) |
Definition at line 30 of file GCCJITLIB.cpp.
| const char * GCCJIT_versionInfo | ( | ) |
Definition at line 17 of file GCCJITLIB.cpp.