Function demangle_symbols

Source
pub fn demangle_symbols(symbols: &mut [Symbol])
Expand description

Demangle symbol names using DWARF demangling facilities.

This function populates the demangled_name field for each provided Symbol, leaving existing values intact.