Module functions

Source
Expand description

Function parsing combinators for DWARF debug information

Structs§

FunctionInfo
Information about a function discovered in DWARF
ParameterInfo
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