GDB (xrefs)
|
#include "ax-gdb.h"
Public Attributes | |
enum axs_lvalue_kind | kind |
struct type * | type |
char | optimized_out |
union { | |
int reg | |
} | u |
Definition at line 77 of file ax-gdb.h.
Referenced by amd64_gen_return_address(), compile_probe_arg(), dwarf2_compile_expr_to_ax(), gen_address_of(), gen_binop(), gen_bitfield_ref(), gen_deref(), gen_equal(), gen_expr(), gen_int_literal(), gen_less(), gen_primitive_field(), gen_ptradd(), gen_ptrdiff(), gen_ptrsub(), gen_repeat(), gen_sizeof(), gen_static_field(), gen_struct_ref(), gen_trace_static_fields(), gen_traced_pop(), gen_usual_unary(), gen_var_ref(), i386_gen_return_address(), and require_rvalue().
Definition at line 86 of file ax-gdb.h.
Referenced by gen_eval_for_expr(), gen_expr(), gen_maybe_namespace_elt(), gen_printf(), gen_static_field(), gen_struct_elt_for_reference(), gen_struct_ref_recursive(), gen_trace_for_expr(), gen_trace_for_var(), gen_trace_static_fields(), gen_var_ref(), locexpr_tracepoint_var_ref(), and loclist_tracepoint_var_ref().
Definition at line 91 of file ax-gdb.h.
Referenced by dwarf2_compile_expr_to_ax(), gen_expr(), gen_trace_static_fields(), gen_traced_pop(), gen_var_ref(), and require_rvalue().
struct type* axs_value::type |
Definition at line 82 of file ax-gdb.h.
Referenced by amd64_gen_return_address(), compile_probe_arg(), gen_address_of(), gen_binop(), gen_bitfield_ref(), gen_cast(), gen_complement(), gen_deref(), gen_equal(), gen_expr(), gen_expr_binop_rest(), gen_int_literal(), gen_integral_promotions(), gen_less(), gen_logical_not(), gen_primitive_field(), gen_ptradd(), gen_ptrdiff(), gen_ptrsub(), gen_repeat(), gen_sizeof(), gen_static_field(), gen_struct_ref(), gen_trace_static_fields(), gen_traced_pop(), gen_usual_arithmetic(), gen_usual_unary(), gen_var_ref(), i386_gen_return_address(), require_rvalue(), and stap_compile_to_ax().
union { ... } axs_value::u |
Referenced by dwarf2_compile_expr_to_ax(), gen_expr(), gen_trace_static_fields(), gen_traced_pop(), gen_var_ref(), and require_rvalue().