ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
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 45 of file GCCJITLIB.cpp.
ETISS_LIBRARYIF_VERSION_FUNC_IMPL unsigned GCCJIT_countJIT | ( | ) |
Definition at line 58 of file GCCJITLIB.cpp.
etiss::JIT* GCCJIT_createJIT | ( | unsigned | i, |
std::map< std::string, std::string > | options | ||
) |
Definition at line 62 of file GCCJITLIB.cpp.
References get_metrics::cfg, and options.
void GCCJIT_deleteJIT | ( | etiss::JIT * | jit | ) |
Definition at line 69 of file GCCJITLIB.cpp.
const char* GCCJIT_nameJIT | ( | unsigned | i | ) |
Definition at line 60 of file GCCJITLIB.cpp.
const char* GCCJIT_versionInfo | ( | ) |
Definition at line 53 of file GCCJITLIB.cpp.