Expand description
Function parsing combinators for DWARF debug information
Structs§
- Function
Info - Information about a function discovered in DWARF
- Parameter
Info - Information about a function parameter
Functions§
- child_
functions_ parser - Parser that finds all functions among the children of a DIE
- function_
parser - impl_
namespaces_ in_ module_ parser - Parser that finds impl namespace DIEs containing trait implementations by looking for {impl#N} patterns that are siblings to the target type
- opt_
function_ parser - Parser that attempts to parse a DIE as a function