pub fn resolve_function_variables<'db>(
db: &'db dyn DwarfDb,
fie: FunctionIndexEntry<'db>,
) -> Result<ResolvedVariables, Error>
Expand description
Resolve all variables in a function
TODO(Sam): I think I should move globals outside of this since those generally happen at the top level and don’t necessarily appear in this function’s DIE.