diff options
author | Paul Robinson <paul.robinson@sony.com> | 2017-06-27 15:40:18 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2017-06-27 15:40:18 +0000 |
commit | d66ee0f9a75e37a2836bd5e48154e8ae1958269c (patch) | |
tree | f60bd9b9939075c85690465adda0de944ff0e1f0 /llvm/include | |
parent | 81cbb0c2374d5c49037e818c026f9cdecacfe481 (diff) | |
download | bcm5719-llvm-d66ee0f9a75e37a2836bd5e48154e8ae1958269c.tar.gz bcm5719-llvm-d66ee0f9a75e37a2836bd5e48154e8ae1958269c.zip |
[DWARF] NFC: Make string-offset handling more like address-table handling;
do the indirection and relocation all in the same method.
llvm-svn: 306418
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h b/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h index d7ccaf82bc9..48a25513815 100644 --- a/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h +++ b/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h @@ -194,9 +194,7 @@ public: } bool getAddrOffsetSectionItem(uint32_t Index, uint64_t &Result) const; - // FIXME: Result should be uint64_t in DWARF64. bool getStringOffsetSectionItem(uint32_t Index, uint64_t &Result) const; - uint64_t getStringOffsetSectionRelocation(uint32_t Index) const; DataExtractor getDebugInfoExtractor() const { return DataExtractor(InfoSection.Data, isLittleEndian, |