[PATCH] D75535: Use DWARFDataExtractor::getInitialLength in debug_aranges
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 08:38:21 PST 2020
labath created this revision.
labath added reviewers: ikudrin, jhenderson, probinson.
Herald added subscribers: hiraditya, aprantl.
Herald added a project: LLVM.
getInitialLength is a *DWARF*DataExtractor method so I had to "upgrade"
some DataExtractors to be able to make use of it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75535
Files:
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
llvm/tools/obj2yaml/dwarf2yaml.cpp
llvm/unittests/DebugInfo/DWARF/DWARFDebugArangeSetTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75535.247917.patch
Type: text/x-patch
Size: 9780 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200303/9c6b3c49/attachment.bin>
More information about the llvm-commits
mailing list