GDB (xrefs)
Public Member Functions | Private Attributes | List of all members
gdb_index_symbol_name_matcher Class Reference

Public Member Functions

 gdb_index_symbol_name_matcher (const lookup_name_info &lookup_name)
 
bool matches (const char *symbol_name)
 

Private Attributes

const lookup_name_infom_lookup_name
 
std::vector< symbol_name_matcher_ftype * > m_symbol_name_matcher_funcs
 

Detailed Description

Definition at line 4497 of file dwarf2read.c.

Constructor & Destructor Documentation

◆ gdb_index_symbol_name_matcher()

gdb_index_symbol_name_matcher::gdb_index_symbol_name_matcher ( const lookup_name_info lookup_name)

Member Function Documentation

◆ matches()

bool gdb_index_symbol_name_matcher::matches ( const char *  symbol_name)

Definition at line 4551 of file dwarf2read.c.

References m_lookup_name, and m_symbol_name_matcher_funcs.

Referenced by dw2_expand_symtabs_matching_symbol().

Member Data Documentation

◆ m_lookup_name

const lookup_name_info& gdb_index_symbol_name_matcher::m_lookup_name
private

Definition at line 4509 of file dwarf2read.c.

Referenced by matches().

◆ m_symbol_name_matcher_funcs

std::vector<symbol_name_matcher_ftype *> gdb_index_symbol_name_matcher::m_symbol_name_matcher_funcs
private

Definition at line 4513 of file dwarf2read.c.

Referenced by matches().


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