llvm/lib/DebugInfo
Alexey Samsonov dc9a4f7391 [DWARF parser] Simplify DWARFDebugAranges generation.
There is no need to keep the whole contents of .debug_aranges section
in memory when we build address ranges table. Memory optimization that
used to be in this code (precalculate the size of vector of ranges before
filling it) is not really needed - later we will compact and resize this
vector anyway.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207457 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-28 22:27:46 +00:00
..
2014-04-25 21:42:35 +00:00
2014-04-28 04:05:08 +00:00
2014-04-28 04:05:08 +00:00
2014-04-28 04:05:08 +00:00