[dsymutil] Add function size to the debug map.
authorFrederic Riss <friss@apple.com>
Sun, 15 Mar 2015 01:29:30 +0000 (01:29 +0000)
committerFrederic Riss <friss@apple.com>
Sun, 15 Mar 2015 01:29:30 +0000 (01:29 +0000)
The debug map embedded by ld64 in binaries conatins function sizes.
These sizes are less precise than the ones given by the debug information
(byte granularity vs linker atom granularity), but they might cover code
that is referenced in the line table but not in the DIE tree (that might
very well be a compiler bug that I need to investigate later).
Anyway, extracting that information is necessary to be able to mimic
dsymutil's behavior exactly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232300 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found