gcc_jit_result_get_global

Locate a given global within the built machine code. It must have been created using GCC_JIT_GLOBAL_EXPORTED. This is a ptr to the global, so e.g. for an int this is an int *.

extern (C)
void*
gcc_jit_result_get_global

Meta