jit_insn_get_function

Function jit_insn_get_function 

Source
pub unsafe extern "C" fn jit_insn_get_function(
    insn: jit_insn_t,
) -> jit_function_t
Expand description

Get the function for a call instruction. Returns NULL if the instruction does not refer to a called function.