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

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
mapped-index.h 104 std::vector<name_component> name_components; member in struct:mapped_index_base
106 /* How NAME_COMPONENTS is sorted. */
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read-gdb-index.c 112 std::vector<name_component> name_components; member in struct:dwarf_scanner_base
114 /* How NAME_COMPONENTS is sorted. */
314 auto begin = this->name_components.begin ();
315 auto end = this->name_components.end ();
360 if (!this->name_components.empty ())
388 this->name_components.push_back ({previous_len, idx});
401 this->name_components.push_back ({previous_len, idx});
407 this->name_components.push_back ({previous_len, idx});
410 /* Sort name_components elements by name. */
425 std::sort (this->name_components.begin ()
    [all...]

Completed in 22 milliseconds