Go to the source code of this file.
Macros | |
| #define | MIM_ENABLE_CHECKS |
| #define | MIM_VER "0.4-dev" |
| #define | MIM_VER_MAJOR 0 |
| #define | MIM_VER_MINOR 4 |
| #define | MIM_VER_PATCH |
| #define | MIM_VER_SUFFIX "-dev" |
| #define | MIM_GIT_HASH "18aed7c" |
| #define | MIM_INSTALL_PREFIX "/usr/local" |
| #define | MIM_LIBDIR "lib" |
| #define | MIM_DATADIR "share" |
| #define | MIM_EXPORT __attribute__((visibility("default"))) |
| #define | MIM_IMPORT |
| #define | MIM_NOINLINE __attribute__((noinline)) |
| #define MIM_DATADIR "share" |
Definition at line 14 of file config.h.
Referenced by mim::Driver::import_paths().
| #define MIM_EXPORT __attribute__((visibility("default"))) |
Definition at line 21 of file config.h.
Referenced by mim::mim_get_plugin(), mim_get_plugin(), mim_lib_anchor(), mim::plug::ll::Emitter::mim_ll_convert, mim::plug::ll::Emitter::mim_ll_emit_bb, mim::plug::ll::Emitter::mim_ll_emit_epilogue, and mim::plug::ll::Emitter::mim_ll_finalize.
| #define MIM_INSTALL_PREFIX "/usr/local" |
Definition at line 12 of file config.h.
Referenced by mim::Driver::Driver().
| #define MIM_LIBDIR "lib" |
Definition at line 13 of file config.h.
Referenced by mim::Driver::import_paths(), mim::Driver::plugin_paths(), and mim::Driver::rt_paths().