Skip to main content

emit_local_function

Function emit_local_function 

Source
pub(crate) fn emit_local_function(
    target: &Target,
    index: LocalFunctionIndex,
    function: CompiledFunction,
    fde: Option<UnwindFrame>,
    dwarf_state: Option<DwarfState>,
) -> Result<Vec<u8>, CompileError>