[DWARF parser] Respect address ranges specified in compile unit DIE.
authorAlexey Samsonov <samsonov@google.com>
Fri, 18 Apr 2014 20:30:27 +0000 (20:30 +0000)
committerAlexey Samsonov <samsonov@google.com>
Fri, 18 Apr 2014 20:30:27 +0000 (20:30 +0000)
commit84e2423d341f6fb27b257cc19cf5db5db66d9aa9
tree2b1994c765c813d1caa8e4945d3e2a146079a2e7
parent25463f15771d18a863838d099716eba631a51b65
[DWARF parser] Respect address ranges specified in compile unit DIE.

When address ranges for compile unit are specified in compile unit DIE
itself, there is no need to collect ranges from children subprogram DIEs.

This change speeds up llvm-symbolizer on Clang-produced binaries with
full debug info. For instance, symbolizing a first address in a 1Gb binary
is now 2x faster (1s vs. 2s).

llvm-svn: 206641
llvm/lib/DebugInfo/DWARFUnit.cpp