| commit | 17536b935ae8a4ef2679ae5ccd541eddc60dceed | [log] [tgz] |
|---|---|---|
| author | Paul Robinson <paul.robinson@sony.com> | Thu Jun 29 16:52:08 2017 +0000 |
| committer | Paul Robinson <paul.robinson@sony.com> | Thu Jun 29 16:52:08 2017 +0000 |
| tree | 73d94728c989ff925143beb251bec0d2048b93a9 | |
| parent | 0ce4999002659c659510a1b5bd8478da31c2a5ee [diff] |
[DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor. Requires callers to directly associate relocations with a DataExtractor used to read data from a DWARF section, which helps a callee not make assumptions about which section it is reading. This is the next step in reducing DWARFFormValue's dependence on DWARFUnit. Differential Revision: https://reviews.llvm.org/D34704 llvm-svn: 306699