[PATCH] D70394: [DWARF] Add an api to get "interpreted" location lists
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 06:25:47 PST 2019
labath updated this revision to Diff 230059.
labath marked 5 inline comments as done.
labath added a comment.
- committed operator<<s separately
- statistics stuff moved to a separate patch
- add DWARFLocationExpressionsVector typedef for more range list symmetry
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70394/new/
https://reviews.llvm.org/D70394
Files:
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h
llvm/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h
llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
llvm/lib/ObjectYAML/DWARFEmitter.cpp
llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
llvm/unittests/DebugInfo/DWARF/DWARFDieTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70394.230059.patch
Type: text/x-patch
Size: 11397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191119/0b5f6aa2/attachment.bin>
More information about the llvm-commits
mailing list