Function yaxpeax_core::analyses::control_flow::build_global_cfgs[][src]

pub fn build_global_cfgs<'a, A: Arch, U, Update, UTable>(
    ts: &Vec<(A::Address, A::Instruction)>,
    contexts: &'a UTable,
    _start: u16
) -> ControlFlowGraph<A::Address> where
    A::Instruction: Determinant<U, A::Address> + LengthedInstruction<Unit = AddressDiff<A::Address>>,
    A::Address: NodeTrait,
    UTable: ContextRead<A, U> + ContextWrite<A, Update>,