pub fn lower_function(
function: FunctionValue<'_>,
ctx: &LoweringContext,
is_main: bool,
_func_idx: usize,
call_return_base: usize,
) -> Result<LlvmFunctionTranslation>Expand description
Lower a single LLVM function to PVM bytecode.