binaryninja::low_level_il::lifting

Function get_default_flag_write_llil

source
pub fn get_default_flag_write_llil<'func, A>(
    arch: &A,
    role: FlagRole,
    op: LowLevelILFlagWriteOp<A::Register>,
    il: &'func LowLevelILMutableFunction,
) -> LowLevelILMutableExpression<'func, ValueExpr>
where A: 'func + Architecture,