aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-reduce/llvm-reduce.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2022-04-27 21:45:05 +0000
committerDavid Blaikie <dblaikie@gmail.com>2022-04-27 21:46:27 +0000
commit0da640cb87ae1c878dfbb9d30d7bd18ae7b244e1 (patch)
tree8532a67c9cabcad85a5ab2e48b1c6405e659eab5 /llvm/tools/llvm-reduce/llvm-reduce.cpp
parenta3b7cb015fd5fd2aa98afda8ae22759576ce2888 (diff)
downloadllvm-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