GDB (xrefs)
|
#include "loc.h"
Public Attributes | ||
struct type * | property_type | |
union { | ||
struct dwarf2_locexpr_baton locexpr | ||
struct dwarf2_loclist_baton loclist | ||
struct dwarf2_offset_baton offset_info | ||
}; | ||
union { ... } dwarf2_property_baton |
struct dwarf2_locexpr_baton dwarf2_property_baton::locexpr |
Definition at line 237 of file loc.h.
Referenced by attr_to_dynamic_prop(), dwarf2_compile_property_to_c(), dwarf2_evaluate_property(), gnuv3_baseclass_offset(), and resolve_dynamic_struct().
struct dwarf2_loclist_baton dwarf2_property_baton::loclist |
Definition at line 240 of file loc.h.
Referenced by attr_to_dynamic_prop(), dwarf2_compile_property_to_c(), and dwarf2_evaluate_property().
struct dwarf2_offset_baton dwarf2_property_baton::offset_info |
Definition at line 243 of file loc.h.
Referenced by attr_to_dynamic_prop(), and dwarf2_evaluate_property().
struct type* dwarf2_property_baton::property_type |
Definition at line 232 of file loc.h.
Referenced by attr_to_dynamic_prop(), dwarf2_evaluate_property(), gnuv3_baseclass_offset(), and resolve_dynamic_struct().