MimIR 0.1
MimIR is my Intermediate Representation
|
Functions | |
void * | open (const char *filename) |
void * | get (void *handle, const char *symbol_name) |
void | close (void *handle) |
Variables | |
static constexpr auto | extension |
void mim::dl::close | ( | void * | handle | ) |
void * mim::dl::get | ( | void * | handle, |
const char * | symbol_name ) |
Definition at line 36 of file dl.cpp.
References mim::error().
Referenced by mim::Driver::get_fun_ptr(), and mim::Driver::load().
void * mim::dl::open | ( | const char * | filename | ) |