Searched defs:func_ref (Results 1 – 6 of 6) sorted by relevance
106 let func_ref = self.module.declare_func_in_func(func_id, &mut self.bcx.func); in get_function_ref() localVariable169 let func_ref = self.module.declare_func_in_func(func_id, &mut self.bcx.func); in lib_call_unadjusted() localVariable504 let func_ref = fx.get_function_ref(instance); in codegen_terminator_call() localVariable686 let func_ref = fx.get_function_ref(drop_instance); in codegen_drop() localVariable
88 let func_ref = fx.bcx.ins().load( in get_ptr_and_method_ref() localVariable
158 let func_ref = m.declare_func_in_func(start_func_id, &mut bcx.func); in maybe_create_entry_wrapper() localVariable
582 let func_ref = fx.get_function_ref( in codegen_stmt() localVariable680 let func_ref = fx.get_function_ref(instance); in codegen_stmt() localVariable
62 let func_ref = fx.get_function_ref(instance); in codegen_tls_ref() localVariable
117 static av_unused void *func_ref, *func_new; variable