[PATCH] D27634: Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extracting attributes

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 10:35:55 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL289565: Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when… (authored by gclayton).

Changed prior to commit:
  https://reviews.llvm.org/D27634?vs=80972&id=81257#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27634

Files:
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFDie.h
  llvm/trunk/include/llvm/DebugInfo/DWARF/DWARFUnit.h
  llvm/trunk/lib/DebugInfo/DWARF/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFDie.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
  llvm/trunk/lib/DebugInfo/DWARF/DWARFUnit.cpp
  llvm/trunk/tools/dsymutil/DwarfLinker.cpp
  llvm/trunk/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
  llvm/trunk/unittests/DebugInfo/DWARF/DwarfGenerator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27634.81257.patch
Type: text/x-patch
Size: 125774 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161213/32bf516f/attachment-0001.bin>


More information about the llvm-commits mailing list