llvm-project/llvm/lib/DebugInfo
Alexey Lapshin ece341f598 [Debuginfo][DWARF][NFC] Add paired methods working with DWARFDebugInfoEntry.
This review is extracted from D96035.

DWARF Debuginfo classes have two representations for DIEs: DWARFDebugInfoEntry
(short) and DWARFDie(extended). Depending on the task, it might be more convenient
to use DWARFDebugInfoEntry or/and DWARFDie. DWARFUnit class already has methods
working with DWARFDie and DWARFDebugInfoEntry. This patch adds more
methods working with DWARFDebugInfoEntry to have paired functionality.

Reviewed By: aprantl

Differential Revision: https://reviews.llvm.org/D126059
2022-07-29 16:40:17 +03:00
..
CodeView [llvm] A macro of if should be wrapped in do ... while (false) 2022-07-15 00:27:05 -07:00
DWARF [Debuginfo][DWARF][NFC] Add paired methods working with DWARFDebugInfoEntry. 2022-07-29 16:40:17 +03:00
GSYM [llvm] Don't use Optional::hasValue (NFC) 2022-06-20 10:38:12 -07:00
MSF ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
PDB ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
Symbolize Fix use after free in MarkupFilter.cpp 2022-07-21 13:52:24 -07:00
CMakeLists.txt