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 877 of file index-write.c.
|
inline |
Definition at line 884 of file index-write.c.
|
inline |
const int debug_names::symbol_value::cu_index |
Definition at line 880 of file index-write.c.
Referenced by operator<().
const int debug_names::symbol_value::dwarf_tag |
Definition at line 880 of file index-write.c.
Referenced by operator<().
const bool debug_names::symbol_value::is_static |
Definition at line 881 of file index-write.c.
Referenced by operator<().
const unit_kind debug_names::symbol_value::kind |
Definition at line 882 of file index-write.c.
Referenced by operator<().