Rafael Espindola
821b06f3a8
Change how symbol sizes are handled in lib/Object.
...
COFF and MachO only define symbol sizes for common symbols. Reflect that
in the class hierarchy by having a method for common symbols only in the base
and a general one in ELF.
This avoids the need of using a magic value for the size, which had a few
problems
* Most callers didn't check for it.
* The ones that did could not tell the magic value from a file actually having
that value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240529 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-24 10:20:30 +00:00
..
2015-01-29 06:56:24 +00:00
2014-11-06 19:00:13 +00:00
2015-06-19 20:58:43 +00:00
2015-05-08 07:04:59 +00:00
2015-06-24 10:20:30 +00:00
2015-03-02 21:33:18 +00:00
2014-11-04 13:41:33 +00:00
2015-03-02 21:33:18 +00:00
2015-03-03 15:54:48 +00:00
2014-07-08 23:47:31 +00:00
2015-03-02 21:33:18 +00:00
2014-11-12 01:37:45 +00:00
2014-12-16 01:43:41 +00:00
2015-03-02 21:33:18 +00:00
2014-10-31 05:07:00 +00:00
2014-10-31 05:07:00 +00:00
2015-06-11 21:42:18 +00:00
2015-01-23 21:58:09 +00:00
2015-03-02 21:33:18 +00:00
2015-06-19 20:58:43 +00:00
2015-02-27 18:58:23 +00:00
2015-06-24 10:20:30 +00:00
2015-06-04 22:26:44 +00:00
2014-07-04 15:58:00 +00:00
2014-11-04 13:19:29 +00:00
2014-10-10 18:33:51 +00:00
2014-11-04 13:19:29 +00:00
2014-11-04 13:19:29 +00:00
2014-10-10 18:33:51 +00:00
2014-11-04 13:19:29 +00:00
2014-11-04 13:19:29 +00:00
2014-11-03 14:09:47 +00:00
2015-06-09 21:50:22 +00:00
2015-02-17 18:54:22 +00:00
2015-05-22 13:28:35 +00:00
2014-08-08 16:18:29 +00:00
2014-10-10 00:17:57 +00:00
2014-10-10 06:59:05 +00:00
2015-02-21 04:28:26 +00:00
2015-06-03 05:14:22 +00:00
2014-12-19 02:31:01 +00:00
2014-12-04 07:37:02 +00:00
2014-08-17 19:09:37 +00:00
2014-10-29 18:37:13 +00:00
2015-06-23 15:45:38 +00:00
2015-06-03 05:14:22 +00:00
2014-07-08 23:47:31 +00:00
2014-11-04 13:33:36 +00:00
2015-04-22 15:26:43 +00:00
2014-11-06 22:46:24 +00:00