[PATCH] D49173: DebugInfo] Make children iterator bidirectional

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 11 03:36:03 PDT 2018


JDevlieghere created this revision.
JDevlieghere added a reviewer: dblaikie.
JDevlieghere added a project: debug-info.
Herald added a subscriber: hiraditya.

Make the DIE iterator bidirectional so we can move to the previous sibling of a DIE.


Repository:
  rL LLVM

https://reviews.llvm.org/D49173

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
  llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
  llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
  llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
  llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49173.154958.patch
Type: text/x-patch
Size: 4587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180711/79f69b67/attachment.bin>


More information about the llvm-commits mailing list