1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/DebugInfo/DWARF
Victor Leschuk 69aa3df088 [DWARF] Unify warning callbacks. NFC.
Both DWARFDebugLine and DWARFDebugAddr used the same callback mechanism
for handling recoverable errors. They both implemented similar warn() function
to be used as such callbacks.

In this revision we get rid of code duplication and move this warn() function
to DWARFContext as DWARFContext::dumpWarning().

Reviewers: lhames, jhenderson, aprantl, probinson, dblaikie, JDevlieghere

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D51033

llvm-svn: 340528
2018-08-23 12:43:33 +00:00
..
CMakeLists.txt [DWARF] Support for .debug_addr (consumer) 2018-07-31 22:19:19 +00:00
DWARFAbbreviationDeclaration.cpp Remove trailing space 2018-07-30 19:41:25 +00:00
DWARFAcceleratorTable.cpp [DWARF] Refactor DWARF classes to use unified error reporting. NFC. 2018-08-20 09:59:08 +00:00
DWARFAddressRange.cpp
DWARFCompileUnit.cpp [DWARFv5] Put the DWO ID in its place. 2018-05-22 17:27:31 +00:00
DWARFContext.cpp [DWARF] Unify warning callbacks. NFC. 2018-08-23 12:43:33 +00:00
DWARFDataExtractor.cpp
DWARFDebugAbbrev.cpp
DWARFDebugAddr.cpp [DWARF] Support for .debug_addr (consumer) 2018-07-31 22:19:19 +00:00
DWARFDebugAranges.cpp
DWARFDebugArangeSet.cpp
DWARFDebugFrame.cpp [DWARF] Refactor DWARF classes to use unified error reporting. NFC. 2018-08-20 09:59:08 +00:00
DWARFDebugInfoEntry.cpp
DWARFDebugLine.cpp [DWARF] Unify warning callbacks. NFC. 2018-08-23 12:43:33 +00:00
DWARFDebugLoc.cpp [DebugInfo] Use absolute addresses in location lists 2018-05-21 19:36:54 +00:00
DWARFDebugMacro.cpp
DWARFDebugPubTable.cpp Use StringRef instead of const char *. 2018-07-09 22:26:49 +00:00
DWARFDebugRangeList.cpp [DWARF] Refactor DWARF classes to use unified error reporting. NFC. 2018-08-20 09:59:08 +00:00
DWARFDebugRnglists.cpp [DWARF] Refactor DWARF classes to use unified error reporting. NFC. 2018-08-20 09:59:08 +00:00
DWARFDie.cpp [DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to DWARFUnitVector. NFC 2018-08-01 20:49:44 +00:00
DWARFExpression.cpp
DWARFFormValue.cpp [DWARF v5] Improved support for .debug_rnglists (consumer). Enables any consumer to 2018-05-18 20:12:54 +00:00
DWARFGdbIndex.cpp
DWARFListTable.cpp [DWARF] Refactor DWARF classes to use unified error reporting. NFC. 2018-08-20 09:59:08 +00:00
DWARFTypeUnit.cpp [DWARF] Factor out a DWARFUnitHeader class. NFC 2018-05-14 20:32:31 +00:00
DWARFUnit.cpp [DWARF] Refactor DWARF classes to use unified error reporting. NFC. 2018-08-20 09:59:08 +00:00
DWARFUnitIndex.cpp
DWARFVerifier.cpp [DWARF] Verifier now handles .debug_types sections. 2018-08-08 23:50:22 +00:00
LLVMBuild.txt