Home
last modified time | relevance | path

Searched refs:rvalue_as_function (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dcontext.rs223 pub fn rvalue_as_function(&self, value: RValue<'gcc>) -> Function<'gcc> { in rvalue_as_function() method
255 *self.current_func.borrow_mut() = Some(self.rvalue_as_function(func)); in get_fn()
261 let func = self.rvalue_as_function(func); in get_fn_addr()
H A Dbuilder.rs253 let func: Function<'gcc> = self.cx.rvalue_as_function(func); in function_call()
403 let func = cx.rvalue_as_function(func); in append_block()