Home | History | Annotate | Download | only in dwarf2

Lines Matching defs:cooked_index

261 class cooked_index;
291 friend class cooked_index;
453 before cooked_index for more details. */
502 /* Let cooked_index call the 'set' and 'write_to_cache' methods. */
503 friend class cooked_index;
509 void write_to_cache (const cooked_index *idx,
598 . compute_main_name cooked_index::set_contents
621 class cooked_index : public dwarf_scanner_base
629 cooked_index (dwarf2_per_objfile *per_objfile,
631 ~cooked_index () override;
633 DISABLE_COPY_AND_ASSIGN (cooked_index);
682 cooked_index *index_for_writing () override
708 /* The vector of cooked_index objects. This is stored because the
725 cooked_index *wait (struct objfile *objfile, bool allow_quit)
728 cooked_index *table
729 = (gdb::checked_static_cast<cooked_index *>
764 cooked_index *index = wait (objfile, true);