GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
debug_names::symbol_value Class Reference

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
 

Detailed Description

Definition at line 877 of file index-write.c.

Constructor & Destructor Documentation

◆ symbol_value()

debug_names::symbol_value::symbol_value ( int dwarf_tag_,
int cu_index_,
bool is_static_,
unit_kind kind_ )
inline

Definition at line 884 of file index-write.c.

Member Function Documentation

◆ operator<()

bool debug_names::symbol_value::operator< ( const symbol_value & other) const
inline

Definition at line 890 of file index-write.c.

References cu_index, dwarf_tag, is_static, kind, and X.

Member Data Documentation

◆ cu_index

const int debug_names::symbol_value::cu_index

Definition at line 880 of file index-write.c.

Referenced by operator<().

◆ dwarf_tag

const int debug_names::symbol_value::dwarf_tag

Definition at line 880 of file index-write.c.

Referenced by operator<().

◆ is_static

const bool debug_names::symbol_value::is_static

Definition at line 881 of file index-write.c.

Referenced by operator<().

◆ kind

const unit_kind debug_names::symbol_value::kind

Definition at line 882 of file index-write.c.

Referenced by operator<().


The documentation for this class was generated from the following file: