Expand description
Functions for parsing and evaluating DWARF expressions.
Structsยง
- Evaluation
 - A DWARF expression evaluator.
 - Expression
 - The bytecode for a DWARF expression or location description.
 - Operation
Iter  - An iterator for the operations in an expression.
 - Piece
 - The description of a single piece of the result of a DWARF expression.
 
Enumsยง
- DieReference
 - A reference to a DIE, either relative to the current CU or relative to the section.
 - Evaluation
Result  - The state of an 
Evaluationafter evaluating a DWARF expression. The evaluation is eitherComplete, or it requires more data to continue, as described by the variant. - Evaluation
State ๐ - Evaluation
Waiting ๐ - Location
 - A single location of a piece of the result of a DWARF expression.
 - Operation
 - A single decoded DWARF expression operation.
 - Operation
Evaluation ๐Result  
Traitsยง
- Evaluation
Storage  - Specification of what storage should be used for 
Evaluation. 
Functionsยง
- compute_
pc ๐ - generic_
type ๐