gcc_jit_location

A gcc_jit_location encapsulates a source code location, so that you can (optionally) associate locations in your language with statements in the JIT-compiled code, allowing the debugger to single-step through your language.

Note that to do so, you also need to enable GCC_JIT_BOOL_OPTION_DEBUGINFO on the gcc_jit_context.

gcc_jit_location instances are optional; you can always pass NULL.

extern (C)
struct gcc_jit_location

Meta