pub unsafe extern "C" fn jit_insn_get_frame_pointer(
func: jit_function_t,
) -> jit_value_tExpand description
Retrieve the frame pointer of function func. Returns NULL if out of memory.
pub unsafe extern "C" fn jit_insn_get_frame_pointer(
func: jit_function_t,
) -> jit_value_tRetrieve the frame pointer of function func. Returns NULL if out of memory.