ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
Loading...
Searching...
No Matches
Macros | Functions
GCCJITLIB.cpp File Reference
#include "GCCJIT.h"
#include "etiss/Misc.h"
#include "etiss/helper/JITLibrary.h"
Include dependency graph for GCCJITLIB.cpp:

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::JITGCCJIT_createJIT (unsigned i, std::map< std::string, std::string > options)
 
void GCCJIT_deleteJIT (etiss::JIT *jit)
 

Macro Definition Documentation

◆ ETISS_LIBNAME

#define ETISS_LIBNAME   GCCJIT

Definition at line 9 of file GCCJITLIB.cpp.

Function Documentation

◆ GCCJIT_countJIT()

ETISS_LIBRARYIF_VERSION_FUNC_IMPL unsigned GCCJIT_countJIT ( )

Definition at line 25 of file GCCJITLIB.cpp.

◆ GCCJIT_createJIT()

etiss::JIT * GCCJIT_createJIT ( unsigned  i,
std::map< std::string, std::string >  options 
)

Definition at line 35 of file GCCJITLIB.cpp.

References options.

◆ GCCJIT_deleteJIT()

void GCCJIT_deleteJIT ( etiss::JIT jit)

Definition at line 43 of file GCCJITLIB.cpp.

◆ GCCJIT_nameJIT()

const char * GCCJIT_nameJIT ( unsigned  i)

Definition at line 30 of file GCCJITLIB.cpp.

◆ GCCJIT_versionInfo()

const char * GCCJIT_versionInfo ( )

Definition at line 17 of file GCCJITLIB.cpp.