GDB (xrefs)
|
#include "symtab.h"
Public Member Functions | |
const std::vector< block_symbol > & | matching_symbols () const |
const std::vector< bound_minimal_symbol > & | matching_msymbols () const |
void | find_all_symbols (const std::string &name, const struct language_defn *language, enum search_domain search_domain, std::vector< symtab * > *search_symtabs, struct program_space *search_pspace) |
void | reset () |
Private Attributes | |
std::vector< block_symbol > | m_symbols |
std::vector< bound_minimal_symbol > | m_minimal_symbols |
void symbol_searcher::find_all_symbols | ( | const std::string & | name, |
const struct language_defn * | language, | ||
enum search_domain search_domain | , | ||
std::vector< symtab * > * | search_symtabs, | ||
struct program_space * | search_pspace ) |
Definition at line 3746 of file linespec.c.
References add_matching_symbols_to_info(), linespec_state::language, m_minimal_symbols, m_symbols, name, and WILD.
Referenced by gcc_cplus_convert_symbol().
|
inline |
Definition at line 2839 of file symtab.h.
References m_minimal_symbols.
Referenced by gcc_cplus_convert_symbol().
|
inline |
Definition at line 2832 of file symtab.h.
References m_symbols.
Referenced by gcc_cplus_convert_symbol().
|
inline |
Definition at line 2854 of file symtab.h.
References m_minimal_symbols, and m_symbols.
|
private |
Definition at line 2865 of file symtab.h.
Referenced by find_all_symbols(), matching_msymbols(), and reset().
|
private |
Definition at line 2862 of file symtab.h.
Referenced by find_all_symbols(), matching_symbols(), and reset().