Searched refs:func_ref (Results 1 – 1 of 1) sorted by relevance
197 let func_ref = self.module.declare_func_in_func(func_id, bcx.func); in build_function_prelude() localVariable198 self.helper_func_refs.insert(*k, func_ref); in build_function_prelude()911 let func_ref = self in translate_program() localVariable931 let call = bcx.ins().call(func_ref, &[arg0, arg1, arg2, arg3, arg4]); in translate_program()