[PATCH] D42297: [DebugInfo] Basic .debug_names dumping support
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 11:57:11 PST 2018
JDevlieghere added a comment.
Looking at how we currently query the accelerator tables for names, I wonder if we'd be able to share the `ValueIterator` so that we can move the `equal_range` method into the base class. At first sight it looks feasible as most of the work is done in the `equal_range` function itself, which can potentially be different between the two tables. Pavel, what do you think?
Repository:
rL LLVM
https://reviews.llvm.org/D42297
More information about the llvm-commits
mailing list