Function cranelift_codegen::ir::get_probestack_funcref

source ·
pub fn get_probestack_funcref(func: &mut Function) -> Option<FuncRef>
Expand description

Get a function reference for the probestack function in func.

If there is an existing reference, use it, otherwise make a new one.