Function function_index

Source
pub fn function_index<'db>(
    db: &'db dyn DwarfDb,
    debug_file: DebugFile,
    symbol_map: &'db BTreeMap<RawSymbol, Symbol>,
) -> &'db FunctionIndex<'db>
Expand description

Index only functions in debug file using visitor pattern