HomeSort by: relevance | last modified time | path
    Searched defs:cooked_index (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index.h 47 state" objects are index itself (cooked_index, below), which holds
72 . compute_main_name cooked_index::set_contents
96 class cooked_index : public dwarf_scanner_base class in inherits:dwarf_scanner_base
99 cooked_index (cooked_index_worker_up &&worker);
100 ~cooked_index () override;
102 DISABLE_COPY_AND_ASSIGN (cooked_index);
148 cooked_index *index_for_writing () override
174 /* The vector of cooked_index objects. This is stored because the
189 cooked_index *wait (struct objfile *objfile, bool allow_quit)
192 cooked_index *tabl
    [all...]
cooked-index.c 33 static gdb::unordered_set<cooked_index *> active_vectors;
48 cooked_index::cooked_index (cooked_index_worker_up &&worker) function in class:cooked_index
58 cooked_index::start_reading ()
64 cooked_index::wait (cooked_state desired_state, bool allow_quit)
82 cooked_index::set_contents ()
116 cooked_index::~cooked_index ()
132 cooked_index::lookup (unrelocated_addr addr)
148 cooked_index::get_addrmaps (
    [all...]
read-debug-names.c 50 class debug_names_index : public cooked_index
54 using cooked_index::cooked_index; member in class:cooked_index
56 cooked_index *index_for_writing () override
831 for it to get searched by cooked_index. So, we make the first
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cooked-index.c 45 static std::unordered_set<cooked_index *> active_vectors;
556 cooked_index *table
557 = (gdb::checked_static_cast<cooked_index *>
593 cooked_index_worker::write_to_cache (const cooked_index *idx,
607 cooked_index::cooked_index (dwarf2_per_objfile *per_objfile, function in class:cooked_index
619 cooked_index::start_reading ()
625 cooked_index::wait (cooked_state desired_state, bool allow_quit)
643 cooked_index::set_contents (vec_type &&vec, deferred_warnings *warn,
672 cooked_index::~cooked_index (
    [all...]
cooked-index.h 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 class in inherits:dwarf_scanner_base
629 cooked_index (dwarf2_per_objfile *per_objfile,
631 ~cooked_index () override
    [all...]
read-debug-names.c 48 class debug_names_index : public cooked_index
52 using cooked_index::cooked_index; member in class:cooked_index
54 cooked_index *index_for_writing () override
352 cooked_index *table
353 = (gdb::checked_static_cast<cooked_index *>
771 cooked_index *idx

Completed in 29 milliseconds