GDB (xrefs)
|
#include "abbrev-cache.h"
Classes | |
struct | search_key |
Public Member Functions | |
abbrev_cache () | |
DISABLE_COPY_AND_ASSIGN (abbrev_cache) | |
abbrev_table * | find (struct dwarf2_section_info *section, sect_offset offset) |
void | add (abbrev_table_up table) |
Static Private Member Functions | |
static hashval_t | hash_table (const void *item) |
static int | eq_table (const void *lhs, const void *rhs) |
Private Attributes | |
htab_up | m_tables |
Definition at line 26 of file abbrev-cache.h.
abbrev_cache::abbrev_cache | ( | ) |
Definition at line 44 of file abbrev-cache.c.
void abbrev_cache::add | ( | abbrev_table_up | table | ) |
Definition at line 52 of file abbrev-cache.c.
References m_tables, and abbrev_cache::search_key::section.
Referenced by cooked_index_storage::preserve().
abbrev_cache::DISABLE_COPY_AND_ASSIGN | ( | abbrev_cache | ) |
|
staticprivate |
Definition at line 36 of file abbrev-cache.c.
References abbrev_cache::search_key::offset, abbrev_table::sect_off, abbrev_cache::search_key::section, and abbrev_table::section.
|
inline |
Definition at line 35 of file abbrev-cache.h.
References m_tables.
Referenced by cutu_reader::cutu_reader().
|
staticprivate |
Definition at line 27 of file abbrev-cache.c.
References abbrev_table::sect_off.
|
private |
Definition at line 62 of file abbrev-cache.h.