|
GDB (xrefs)
|
Public Member Functions | |
| symbol_value (int dwarf_tag_, int cu_index_, bool is_static_, unit_kind kind_) | |
| bool | operator< (const symbol_value &other) const |
Public Attributes | |
| const int | dwarf_tag |
| const int | cu_index |
| const bool | is_static |
| const unit_kind | kind |
Definition at line 26386 of file dwarf2read.c.
|
inline |
Definition at line 26393 of file dwarf2read.c.
|
inline |
| const int debug_names::symbol_value::cu_index |
Definition at line 26389 of file dwarf2read.c.
Referenced by operator<().
| const int debug_names::symbol_value::dwarf_tag |
Definition at line 26389 of file dwarf2read.c.
Referenced by operator<().
| const bool debug_names::symbol_value::is_static |
Definition at line 26390 of file dwarf2read.c.
Referenced by operator<().
| const unit_kind debug_names::symbol_value::kind |
Definition at line 26391 of file dwarf2read.c.
Referenced by operator<().
1.8.14