[PATCH] D64798: WIP: Refactor accel table and debug_loc parsers to demonstrate the new DataExtractor API

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 07:07:19 PDT 2019


labath created this revision.
Herald added a project: LLVM.

I still need to add a couple of tests to wrap this up, but it should
still serve as a good example of the usage of the new DataExtractor API
(D63713 <https://reviews.llvm.org/D63713>).


Repository:
  rL LLVM

https://reviews.llvm.org/D64798

Files:
  include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
  lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
  lib/DebugInfo/DWARF/DWARFDie.cpp
  test/DebugInfo/X86/dwarfdump-debug-loc-error-cases.s
  test/DebugInfo/X86/dwarfdump-debug-loclists-error-cases.s
  test/tools/llvm-dwarfdump/X86/debug-names-verify-abbrev-short.s
  test/tools/llvm-dwarfdump/X86/debug-names-verify-short1.s
  test/tools/llvm-dwarfdump/X86/debug-names-verify-short2.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64798.210091.patch
Type: text/x-patch
Size: 26278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190716/c4baa497/attachment.bin>


More information about the llvm-commits mailing list