Searched refs:m_pending_macros (Results 1 – 3 of 3) sorted by relevance
201 struct macro_table *result = m_pending_macros; in release_macros()202 m_pending_macros = nullptr; in release_macros()395 struct macro_table *m_pending_macros = nullptr; member
83 if (m_pending_macros != nullptr) in ~buildsym_compunit()84 free_macro_table (m_pending_macros); in ~buildsym_compunit()112 if (m_pending_macros == nullptr) in get_macro_table()113 m_pending_macros = new_macro_table (&m_objfile->per_bfd->storage_obstack, in get_macro_table()116 return m_pending_macros; in get_macro_table()829 && m_pending_macros == NULL in end_compunit_symtab_get_static_block()1100 if (m_pending_macros != NULL) in augment_type_symtab()
7069 <m_pending_macros>: New member.