MimIR 0.1
MimIR is my Intermediate Representation
|
#include <stdexcept>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | mim |
namespace | mim::dl |
Functions | |
void * | mim::dl::open (const char *filename) |
void * | mim::dl::get (void *handle, const char *symbol_name) |
void | mim::dl::close (void *handle) |
Variables | |
static constexpr auto | mim::dl::extension |