GDB (xrefs)
Public Member Functions | Public Attributes | List of all members
signatured_type_index_data Struct Reference

Public Member Functions

 signatured_type_index_data (data_buf &types_list_, std::unordered_set< partial_symbol *> &psyms_seen_)
 

Public Attributes

struct objfileobjfile
 
struct mapped_symtabsymtab
 
data_buftypes_list
 
std::unordered_set< partial_symbol * > & psyms_seen
 
int cu_index
 

Detailed Description

Definition at line 25948 of file dwarf2read.c.

Constructor & Destructor Documentation

◆ signatured_type_index_data()

signatured_type_index_data::signatured_type_index_data ( data_buf types_list_,
std::unordered_set< partial_symbol *> &  psyms_seen_ 
)
inline

Definition at line 25950 of file dwarf2read.c.

Member Data Documentation

◆ cu_index

int signatured_type_index_data::cu_index

◆ objfile

struct objfile* signatured_type_index_data::objfile

◆ psyms_seen

std::unordered_set<partial_symbol *>& signatured_type_index_data::psyms_seen

◆ symtab

struct mapped_symtab* signatured_type_index_data::symtab

Definition at line 25956 of file dwarf2read.c.

Referenced by write_debug_names(), write_gdbindex(), and write_one_signatured_type().

◆ types_list

data_buf& signatured_type_index_data::types_list

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