Home
last modified time | relevance | path

Searched refs:m_thunks (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsymtab-thunks.h153 if (!symtab->m_thunks) in get()
155 return symtab->m_thunks->get (node); in get()
162 symtab->m_thunks->remove (node); in remove()
169 if (symtab->m_thunks) in release()
170 ggc_delete (symtab->m_thunks); in release()
171 symtab->m_thunks = NULL; in release()
H A Dsymtab-thunks.cc94 if (!symtab->m_thunks) in get_create()
96 symtab->m_thunks in get_create()
99 symtab->m_thunks->disable_insertion_hook (); in get_create()
101 return symtab->m_thunks->get_create (node); in get_create()
H A Dcgraph.h2238 m_thunks (NULL), m_clones (NULL), in symbol_table()
2521 thunk_summary *m_thunks; variable