|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|
defines the functions needed for a library that provides etiss::JIT implementations More...


Go to the source code of this file.
Functions | |
| ETISS_PLUGIN_EXPORT unsigned | etiss_helper_merge (ETISS_LIBNAME, _countJIT)() |
| function to get number of jit types supplied by a library | |
| ETISS_PLUGIN_EXPORT const char * | etiss_helper_merge (ETISS_LIBNAME, _nameJIT)(unsigned index) |
| function to get the name of a jit type at index | |
| ETISS_PLUGIN_EXPORT etiss::JIT * | etiss_helper_merge (ETISS_LIBNAME, _createJIT)(unsigned index |
Variables | |
| ETISS_PLUGIN_EXPORT etiss::JIT std::map< std::string, std::string > | options |
| create new instance of the jit type at index | |
defines the functions needed for a library that provides etiss::JIT implementations
Definition in file JITLibrary.h.
| ETISS_PLUGIN_EXPORT unsigned etiss_helper_merge | ( | ETISS_LIBNAME | , |
| _countJIT | |||
| ) |
function to get number of jit types supplied by a library
| ETISS_PLUGIN_EXPORT etiss::JIT * etiss_helper_merge | ( | ETISS_LIBNAME | , |
| _createJIT | |||
| ) |
| ETISS_PLUGIN_EXPORT const char * etiss_helper_merge | ( | ETISS_LIBNAME | , |
| _nameJIT | |||
| ) |
function to get the name of a jit type at index
| ETISS_PLUGIN_EXPORT etiss::JIT std::map<std::string, std::string> options |
create new instance of the jit type at index
Definition at line 33 of file JITLibrary.h.