diff options
author | David Blaikie <dblaikie@gmail.com> | 2022-04-27 21:45:05 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2022-04-27 21:46:27 +0000 |
commit | 0da640cb87ae1c878dfbb9d30d7bd18ae7b244e1 (patch) | |
tree | 8532a67c9cabcad85a5ab2e48b1c6405e659eab5 /llvm/tools/llvm-reduce/llvm-reduce.cpp | |
parent | a3b7cb015fd5fd2aa98afda8ae22759576ce2888 (diff) | |
download | llvm-0da640cb87ae1c878dfbb9d30d7bd18ae7b244e1.zip llvm-0da640cb87ae1c878dfbb9d30d7bd18ae7b244e1.tar.gz llvm-0da640cb87ae1c878dfbb9d30d7bd18ae7b244e1.tar.bz2 |
DWP parsing: Use the index by hash when available
Rather than looking up by offset - actually use the hash table to
perform faster lookup where possible. (for DWARFv4 DWP compilation units
the hash isn't in the header - it's in the root DIE, but to parse the
DIE you need the abbrev section and to get the abbrev section you need
the index - so in that case lookup by offset is required)
Diffstat (limited to 'llvm/tools/llvm-reduce/llvm-reduce.cpp')
0 files changed, 0 insertions, 0 deletions