Function yaxpeax_core::arch::display::show_function[][src]

pub fn show_function<M: MemoryRepr<A> + MemoryRange<A>, A, F, Contexts, Y: YaxColors>(
    data: &M,
    ctx: &Contexts,
    function_table: &HashMap<A::Address, F>,
    cfg: &ControlFlowGraph<A::Address>,
    addr: A::Address,
    colors: &Y
) where
    A: Arch + DecodeFrom<M> + BaseDisplay<F, Contexts>,
    A::Address: Hash + NodeTrait,
    A::Instruction: ShowContextual<A::Address, Contexts, String, Y>,