diff options
author | Pavel Labath <labath@google.com> | 2018-06-08 09:10:31 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-06-08 09:10:31 +0000 |
commit | 257ff33989927912435de65d7434f055e7896f7a (patch) | |
tree | c9a4afe47aae468e32572130e6f4099b91672321 /llvm/utils/TableGen/CodeGenDAGPatterns.cpp | |
parent | 6dedf2b5d8c01eb17e180a75ac6350b3d3f04dd2 (diff) | |
download | bcm5719-llvm-257ff33989927912435de65d7434f055e7896f7a.tar.gz bcm5719-llvm-257ff33989927912435de65d7434f055e7896f7a.zip |
DebugNamesDWARFIndex: Implement GetFunctions method
Summary:
This patch implements the non-regex variant of GetFunctions. To share
more code with the Apple implementation, I've extracted the common
filtering code from that class into a utility function on the DWARFIndex
base class.
The new implementation also searching the accelerator table multiple
times -- previously it could happen that the apple table would return
the same die more than once if one specified multiple search flags in
name_type_mask. This way, I separate table iteration from filtering, and
so we can be sure each die is inserted at most once.
Reviewers: clayborg, JDevlieghere
Subscribers: aprantl, lldb-commits
Differential Revision: https://reviews.llvm.org/D47881
llvm-svn: 334273
Diffstat (limited to 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp')
0 files changed, 0 insertions, 0 deletions