Function yaxpeax_core::arch::pic17::display::show_function_by_ssa[][src]

pub fn show_function_by_ssa<M: MemoryRange<PIC17>>(
    data: &M,
    colors: Option<&ColorSettings>,
    ctx: &MergedContextTable,
    function_table: &HashMap<<PIC17 as Arch>::Address, Function>,
    cfg: &ControlFlowGraph<<PIC17 as Arch>::Address>,
    addr: <PIC17 as Arch>::Address,
    ssa: &SSA<PIC17>
)