| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cooked-index-entry.h | 61 /* Type representing either a resolved or deferred cooked_index_entry. */ 70 cooked_index_entry_ref (const cooked_index_entry *resolved_) 75 const cooked_index_entry *resolved; 83 /* A cooked_index_entry represents a single item in the index. Note 90 struct cooked_index_entry : public allocate_on_obstack<cooked_index_entry> struct in inherits:allocate_on_obstack 92 cooked_index_entry (sect_offset die_offset_, enum dwarf_tag tag_, function in struct:cooked_index_entry 191 bool operator< (const cooked_index_entry &other) const 197 void set_parent (const cooked_index_entry *parent) 204 void resolve_parent (const cooked_index_entry *parent [all...] |
| cooked-index-entry.h | 61 /* Type representing either a resolved or deferred cooked_index_entry. */ 70 cooked_index_entry_ref (const cooked_index_entry *resolved_) 75 const cooked_index_entry *resolved; 83 /* A cooked_index_entry represents a single item in the index. Note 90 struct cooked_index_entry : public allocate_on_obstack<cooked_index_entry> struct in inherits:allocate_on_obstack 92 cooked_index_entry (sect_offset die_offset_, enum dwarf_tag tag_, function in struct:cooked_index_entry 191 bool operator< (const cooked_index_entry &other) const 197 void set_parent (const cooked_index_entry *parent) 204 void resolve_parent (const cooked_index_entry *parent [all...] |
| cooked-index-shard.c | 46 cooked_index_entry * 68 return new (&m_storage) cooked_index_entry (die_offset, tag, flags, 75 cooked_index_entry * 81 cooked_index_entry *result = create (die_offset, tag, flags, lang, name, 103 (cooked_index_entry *entry, 105 std::vector<cooked_index_entry *> &new_entries) 122 const cooked_index_entry *parent = nullptr; 130 cooked_index_entry *last = (cooked_index_entry *) *slot; 159 std::uint64_t operator () (const cooked_index_entry *entry) const noexcep 181 gdb::unordered_set<const cooked_index_entry *, member in class:gdb [all...] |
| cooked-index-shard.c | 46 cooked_index_entry * 68 return new (&m_storage) cooked_index_entry (die_offset, tag, flags, 75 cooked_index_entry * 81 cooked_index_entry *result = create (die_offset, tag, flags, lang, name, 103 (cooked_index_entry *entry, 105 std::vector<cooked_index_entry *> &new_entries) 122 const cooked_index_entry *parent = nullptr; 130 cooked_index_entry *last = (cooked_index_entry *) *slot; 159 std::uint64_t operator () (const cooked_index_entry *entry) const noexcep 181 gdb::unordered_set<const cooked_index_entry *, member in class:gdb [all...] |
| cooked-indexer.c | 144 const cooked_index_entry **parent_entry, 444 std::variant<const cooked_index_entry *, 450 if (!std::holds_alternative<const cooked_index_entry *> (parent)) 452 const cooked_index_entry *parent_entry 453 = std::get<const cooked_index_entry *> (parent); 475 std::variant<const cooked_index_entry *, 502 const cooked_index_entry *parent_entry = nullptr; 503 if (std::holds_alternative<const cooked_index_entry *> (parent)) 504 parent_entry = std::get<const cooked_index_entry *> (parent); 527 const cooked_index_entry *this_parent_entry = parent_entry 617 std::variant<const cooked_index_entry *, member in class:std [all...] |
| cooked-indexer.c | 144 const cooked_index_entry **parent_entry, 444 std::variant<const cooked_index_entry *, 450 if (!std::holds_alternative<const cooked_index_entry *> (parent)) 452 const cooked_index_entry *parent_entry 453 = std::get<const cooked_index_entry *> (parent); 475 std::variant<const cooked_index_entry *, 502 const cooked_index_entry *parent_entry = nullptr; 503 if (std::holds_alternative<const cooked_index_entry *> (parent)) 504 parent_entry = std::get<const cooked_index_entry *> (parent); 527 const cooked_index_entry *this_parent_entry = parent_entry 617 std::variant<const cooked_index_entry *, member in class:std [all...] |
| read-debug-names.c | 69 cooked_index_entry **result, 136 gdb::unordered_map<ULONGEST, cooked_index_entry *> 146 std::vector<std::pair<cooked_index_entry *, ULONGEST>> needs_parent; member in struct:mapped_debug_names_reader 153 std::vector<std::vector<cooked_index_entry *>> all_entries; 163 cooked_index_entry **result, 323 std::vector<cooked_index_entry *> these_entries; 328 cooked_index_entry *this_entry; 382 std::vector<cooked_index_entry *> &entries
|
| read-debug-names.c | 69 cooked_index_entry **result, 136 gdb::unordered_map<ULONGEST, cooked_index_entry *> 146 std::vector<std::pair<cooked_index_entry *, ULONGEST>> needs_parent; member in struct:mapped_debug_names_reader 153 std::vector<std::vector<cooked_index_entry *>> all_entries; 163 cooked_index_entry **result, 323 std::vector<cooked_index_entry *> these_entries; 328 cooked_index_entry *this_entry; 382 std::vector<cooked_index_entry *> &entries
|
| index-write.c | 677 void insert (const cooked_index_entry *entry) 707 [] (const cooked_index_entry *a, 708 const cooked_index_entry *b) 726 for (const cooked_index_entry *entry : these_entries) 733 const cooked_index_entry *parent = entry->get_parent (); 1075 std::map<c_str_view, std::vector<const cooked_index_entry *>> 1079 gdb::unordered_map<const cooked_index_entry *, offset_type> member in class:gdb 1089 std::vector<std::pair<offset_type, const cooked_index_entry *>> 1215 for (const cooked_index_entry *entry : table->all_entries ()) 1457 for (const cooked_index_entry *entry : table->all_entries () [all...] |
| index-write.c | 677 void insert (const cooked_index_entry *entry) 707 [] (const cooked_index_entry *a, 708 const cooked_index_entry *b) 726 for (const cooked_index_entry *entry : these_entries) 733 const cooked_index_entry *parent = entry->get_parent (); 1075 std::map<c_str_view, std::vector<const cooked_index_entry *>> 1079 gdb::unordered_map<const cooked_index_entry *, offset_type> member in class:gdb 1089 std::vector<std::pair<offset_type, const cooked_index_entry *>> 1215 for (const cooked_index_entry *entry : table->all_entries ()) 1457 for (const cooked_index_entry *entry : table->all_entries () [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| cooked-index.h | 46 struct cooked_index_entry; 66 /* Type representing either a resolved or deferred cooked_index_entry. */ 75 cooked_index_entry_ref (const cooked_index_entry *resolved_) 80 const cooked_index_entry *resolved; 95 /* A cooked_index_entry represents a single item in the index. Note 102 struct cooked_index_entry : public allocate_on_obstack<cooked_index_entry> struct in inherits:allocate_on_obstack 104 cooked_index_entry (sect_offset die_offset_, enum dwarf_tag tag_, function in struct:cooked_index_entry 194 bool operator< (const cooked_index_entry &other) const 200 void set_parent (const cooked_index_entry *parent [all...] |
| cooked-index.h | 46 struct cooked_index_entry; 66 /* Type representing either a resolved or deferred cooked_index_entry. */ 75 cooked_index_entry_ref (const cooked_index_entry *resolved_) 80 const cooked_index_entry *resolved; 95 /* A cooked_index_entry represents a single item in the index. Note 102 struct cooked_index_entry : public allocate_on_obstack<cooked_index_entry> struct in inherits:allocate_on_obstack 104 cooked_index_entry (sect_offset die_offset_, enum dwarf_tag tag_, function in struct:cooked_index_entry 194 bool operator< (const cooked_index_entry &other) const 200 void set_parent (const cooked_index_entry *parent [all...] |
| read-debug-names.c | 67 cooked_index_entry **result, 108 std::vector<std::pair<cooked_index_entry *, ULONGEST>> needs_parent; member in struct:mapped_debug_names_reader 109 std::vector<std::vector<cooked_index_entry *>> all_entries; 119 cooked_index_entry **result, 253 std::vector<cooked_index_entry *> these_entries; 258 cooked_index_entry *this_entry; 304 std::vector<cooked_index_entry *> &entries = all_entries[parent_idx - 1];
|
| read-debug-names.c | 67 cooked_index_entry **result, 108 std::vector<std::pair<cooked_index_entry *, ULONGEST>> needs_parent; member in struct:mapped_debug_names_reader 109 std::vector<std::vector<cooked_index_entry *>> all_entries; 119 cooked_index_entry **result, 253 std::vector<cooked_index_entry *> these_entries; 258 cooked_index_entry *this_entry; 304 std::vector<cooked_index_entry *> &entries = all_entries[parent_idx - 1];
|
| read.c | 4471 const cooked_index_entry *parent_entry 4472 = (const cooked_index_entry *)value; 4572 std::variant<const cooked_index_entry *, 4587 const cooked_index_entry **parent_entry, 4603 std::variant<const cooked_index_entry *, 16348 const cooked_index_entry **parent_entry, 16656 std::variant<const cooked_index_entry *, 16662 if (!std::holds_alternative<const cooked_index_entry *> (parent)) 16664 const cooked_index_entry *parent_entry 16665 = std::get<const cooked_index_entry *> (parent) 16817 std::variant<const cooked_index_entry *, member in class:std [all...] |
| read.c | 4471 const cooked_index_entry *parent_entry 4472 = (const cooked_index_entry *)value; 4572 std::variant<const cooked_index_entry *, 4587 const cooked_index_entry **parent_entry, 4603 std::variant<const cooked_index_entry *, 16348 const cooked_index_entry **parent_entry, 16656 std::variant<const cooked_index_entry *, 16662 if (!std::holds_alternative<const cooked_index_entry *> (parent)) 16664 const cooked_index_entry *parent_entry 16665 = std::get<const cooked_index_entry *> (parent) 16817 std::variant<const cooked_index_entry *, member in class:std [all...] |