Function cranelift_codegen::ir::get_probestack_funcref[][src]

pub fn get_probestack_funcref(
    func: &mut Function,
    reg_type: Type,
    arg_reg: RegUnit,
    isa: &dyn TargetIsa
) -> 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.