Home | History | Annotate | Download | only in gdb

Lines Matching defs:psymtab_storage

51    either in the psymtab_storage object (either on its obstack or in
64 class psymtab_storage
67 psymtab_storage () = default;
68 ~psymtab_storage ();
70 DISABLE_COPY_AND_ASSIGN (psymtab_storage);
229 psymtab_storage::install. */
232 psymtab_storage *partial_symtabs,
241 psymtab_storage *partial_symtabs,
356 psymtab_storage *partial_symtabs,
365 psymtab_storage *partial_symtabs,
478 psymtab_storage *partial_symtabs,
485 psymtab_storage *partial_symtabs,
520 psymtab_storage *partial_symtabs,
527 psymtab_storage *partial_symtabs,
570 psymtab_discarder (psymtab_storage *partial_symtabs)
591 psymtab_storage *m_partial_symtabs;
600 explicit psymbol_functions (const std::shared_ptr<psymtab_storage> &storage)
606 : m_partial_symtabs (new psymtab_storage)
655 psymtab_storage::partial_symtab_range partial_symbols
660 const std::shared_ptr<psymtab_storage> &get_partial_symtabs () const
667 void set_partial_symtabs (const std::shared_ptr<psymtab_storage> &syms)
688 std::shared_ptr<psymtab_storage> m_partial_symtabs;