GDB (xrefs)
|
Public Attributes | |
int | refc = 0 |
dwarf2_per_objfile * | per_objfile = nullptr |
dwarf2_per_cu_data * | per_cu = nullptr |
std::vector< dwarf_expr_piece > | pieces |
struct frame_id | frame_id |
struct frame_id piece_closure::frame_id |
Definition at line 105 of file expr.c.
Referenced by allocate_piece_closure(), and rw_pieced_value().
dwarf2_per_cu_data* piece_closure::per_cu = nullptr |
Definition at line 98 of file expr.c.
Referenced by allocate_piece_closure(), coerce_pieced_ref(), and indirect_pieced_value().
dwarf2_per_objfile* piece_closure::per_objfile = nullptr |
Definition at line 95 of file expr.c.
Referenced by allocate_piece_closure(), coerce_pieced_ref(), indirect_pieced_value(), and rw_pieced_value().
std::vector<dwarf_expr_piece> piece_closure::pieces |
Definition at line 101 of file expr.c.
Referenced by allocate_piece_closure(), check_pieced_synthetic_pointer(), coerce_pieced_ref(), free_pieced_value_closure(), indirect_pieced_value(), and rw_pieced_value().
int piece_closure::refc = 0 |
Definition at line 92 of file expr.c.
Referenced by allocate_piece_closure(), copy_pieced_value_closure(), and free_pieced_value_closure().