#include "gdbsupport/gdb-safe-ctype.h"
#include "gdbsupport/selftest.h"
-/* See cooked-index.h. */
+/* See cooked-index-entry.h. */
std::string
to_string (cooked_index_flag flags)
return flags.to_string (mapping);
}
-/* See cooked-index.h. */
+/* See cooked-index-entry.h. */
int
cooked_index_entry::compare (const char *stra, const char *strb,
#endif /* GDB_SELF_TEST */
-/* See cooked-index.h. */
+/* See cooked-index-entry.h. */
bool
cooked_index_entry::matches (domain_search_flags kind) const
return tag_matches_domain (tag, kind, lang);
}
-/* See cooked-index.h. */
+/* See cooked-index-entry.h. */
const char *
cooked_index_entry::full_name (struct obstack *storage,
return (const char *) obstack_finish (storage);
}
-/* See cooked-index.h. */
+/* See cooked-index-entry.h. */
void
cooked_index_entry::write_scope (struct obstack *storage,
|| lang == language_minimal);
}
-/* See cooked-index.h. */
+/* See cooked-index-shard.h. */
cooked_index_entry *
cooked_index_shard::create (sect_offset die_offset,
per_cu);
}
-/* See cooked-index.h. */
+/* See cooked-index-shard.h. */
cooked_index_entry *
cooked_index_shard::add (sect_offset die_offset, enum dwarf_tag tag,
return result;
}
-/* See cooked-index.h. */
+/* See cooked-index-shard.h. */
void
cooked_index_shard::handle_gnat_encoded_entry
}
};
-/* See cooked-index.h. */
+/* See cooked-index-shard.h. */
void
cooked_index_shard::finalize (const parent_map_map *parent_maps)
});
}
-/* See cooked-index.h. */
+/* See cooked-index-shard.h. */
cooked_index_shard::range
cooked_index_shard::find (const std::string &name, bool completing) const
return per_cu.index == reader->cu ()->per_cu->index;
}
-/* See cooked-index.h. */
+/* See cooked-index-worker.h. */
void
cooked_index_worker::start ()
});
}
-/* See cooked-index.h. */
+/* See cooked-index-worker.h. */
bool
cooked_index_worker::wait (cooked_state desired_state, bool allow_quit)
return done;
}
-/* See cooked-index.h. */
+/* See cooked-index-worker.h. */
void
cooked_index_worker::set (cooked_state desired_state)
#endif /* CXX_STD_THREAD */
}
-/* See cooked-index.h. */
+/* See cooked-index-worker.h. */
void
cooked_index_worker::write_to_cache (const cooked_index *idx,