commit | 7414b5dffddbde8a039bad1a5ff23ad3c3c3a896 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Tue Sep 19 15:13:55 2017 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Tue Sep 19 15:13:55 2017 +0000 |
tree | b13827390d72d30c64b10ca824bd9ccb524b42f3 | |
parent | 68b21d6108df63d65d6735e9686d53cca844e37a [diff] |
dwarfdump: Delay parsing abbreviations until they're needed This speeds up dumping specific DIEs by not parsing abbreviations for units that are not used. (this is also handy to have in eventually to speed up llvm-symbolizer for .dwp files, where parsing most of the DWP file can be avoided by using the index) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313635 91177308-0d34-0410-b5e6-96231b3b80d8