pub fn find_functions(
    program: Program<'_>
) -> impl Iterator<Item = Function<'_>> + '_
Expand description

Given a Program, attempt to identify and locate all functions from an authoritative source (e.g. unwind tables and class vftables).