jit_insn_get_frame_pointer

Function jit_insn_get_frame_pointer 

Source
pub unsafe extern "C" fn jit_insn_get_frame_pointer(
    func: jit_function_t,
) -> jit_value_t
Expand description

Retrieve the frame pointer of function func. Returns NULL if out of memory.