emit_ir_function

Function emit_ir_function 

Source
fn emit_ir_function(
    function: &Function,
    module: &Module,
    method: &FunctionMetadata,
    use_callt: bool,
) -> (Vec<u8>, Vec<CallPatch>, Vec<MethodTokenPatch>)