Duncan P. N. Exon Smith
bc3c2c319c
AsmPrinter: Change DIEValueList to a subclass of DIE, NFC
...
Rewrite `DIEValueList` as a subclass of `DIE`, renaming its API to match
`DIE`'s. This is preparation for changing `DIEBlock` and `DIELoc` to
stop inheriting from `DIE` and inherit directly from `DIEValueList`.
I thought about leaving this as a has-a relationship (and changing
`DIELoc` and `DIEBlock` to also have-a `DIEValueList`), but that seemed
to require a fair bit more boilerplate and I think it needed more
changes to the `DwarfUnit` API than this will.
No functionality change intended here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243854 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-02 20:42:45 +00:00
..
2015-06-15 20:30:22 +00:00
2015-05-11 22:41:07 +00:00
2015-07-09 01:57:34 +00:00
2015-07-28 16:24:05 +00:00
2015-07-27 23:27:43 +00:00
2015-06-23 09:49:53 +00:00
2015-05-15 21:58:42 +00:00
2015-07-28 16:24:05 +00:00
2015-06-23 09:49:53 +00:00
2015-08-02 20:42:45 +00:00
2015-05-27 22:14:58 +00:00
2015-05-24 16:58:59 +00:00
2015-06-23 12:21:54 +00:00
2015-06-23 20:09:03 +00:00
2015-05-20 11:37:25 +00:00
2015-06-23 09:49:53 +00:00
2015-06-23 09:49:53 +00:00
2015-06-23 09:49:53 +00:00
2015-06-23 09:49:53 +00:00
2015-06-23 09:49:53 +00:00
2015-07-16 22:34:16 +00:00
2015-06-23 09:49:53 +00:00
2015-06-23 09:49:53 +00:00
2015-05-20 01:07:23 +00:00
2015-06-23 09:49:53 +00:00
2015-07-16 18:55:35 +00:00
2015-07-14 17:38:17 +00:00
2015-07-01 17:17:17 +00:00
2015-06-23 09:49:53 +00:00
2015-07-14 17:52:07 +00:00
2015-06-23 09:49:53 +00:00
2015-06-23 09:49:53 +00:00
2015-07-30 16:54:38 +00:00
2015-06-23 09:49:53 +00:00
2015-06-23 09:49:53 +00:00
2015-07-07 18:20:57 +00:00
2015-06-23 09:49:53 +00:00
2015-07-16 18:23:57 +00:00
2015-07-20 22:05:38 +00:00
2015-07-21 16:59:53 +00:00
2015-06-23 09:49:53 +00:00
2015-06-15 20:30:22 +00:00
2015-06-23 09:49:53 +00:00
2015-07-31 23:30:09 +00:00
2015-07-31 15:10:44 +00:00
2015-06-23 09:49:53 +00:00
2015-06-23 09:49:53 +00:00
2015-07-13 17:21:31 +00:00
2015-06-26 22:06:47 +00:00
2015-07-14 19:22:51 +00:00
2015-04-07 12:59:28 +00:00
2015-06-26 22:06:47 +00:00
2015-04-11 02:11:45 +00:00
2015-04-11 02:11:45 +00:00
2015-07-13 17:21:31 +00:00
2015-07-24 20:35:40 +00:00
2015-07-22 20:46:11 +00:00
2015-06-23 09:49:53 +00:00
2015-06-23 09:49:53 +00:00
2015-07-31 23:13:23 +00:00
2015-07-08 01:00:31 +00:00
2015-06-23 09:49:53 +00:00
2015-06-26 22:06:47 +00:00
2015-07-08 23:40:27 +00:00
2015-06-23 09:49:53 +00:00
2015-06-23 09:49:53 +00:00
2015-06-23 09:49:53 +00:00
2015-07-22 20:46:11 +00:00
2015-05-29 19:43:39 +00:00
2015-06-23 09:49:53 +00:00
2015-07-28 06:18:04 +00:00
2015-06-23 09:49:53 +00:00
2015-07-14 22:10:54 +00:00
2015-06-23 09:49:53 +00:00
2015-07-14 21:54:55 +00:00
2015-06-23 09:49:53 +00:00
2015-07-09 17:11:15 +00:00
2015-07-16 06:04:17 +00:00
2015-07-15 08:22:23 +00:00
2015-06-23 09:49:53 +00:00
2015-04-17 16:11:05 +00:00
2015-06-23 09:49:53 +00:00
2015-07-07 22:25:32 +00:00