1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/include/llvm/DebugInfo/DWARF
Chris Bieneman 8bc2ac555d Revert "[ObjectYAML] Support for DWARF debug_info section"
This reverts commit r290147.

This commit is breaking a bot (http://lab.llvm.org:8011/builders/clang-atom-d525-fedora-rel/builds/621). I don't have time to investigate at the moment, so I'll revert for now.

llvm-svn: 290148
2016-12-20 00:42:06 +00:00
..
DWARFAbbreviationDeclaration.h Wdocumentation fix 2016-12-14 15:14:44 +00:00
DWARFAcceleratorTable.h Switch all DWARF variables for tags, attributes and forms over to use the llvm::dwarf enumerations instead of using raw uint16_t values. This allows easier debugging as users can see the values of the enumerations in the variables view that will show the enumeration string instead of just a number. 2016-10-27 16:32:04 +00:00
DWARFCompileUnit.h llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains a dwo_name attribute 2016-04-22 22:50:56 +00:00
DWARFContext.h [DebugInfo] Fix some Clang-tidy modernize-use-default, modernize-use-equal-delete and Include What You Use warnings; other minor fixes (NFC). 2016-11-18 18:00:19 +00:00
DWARFDebugAbbrev.h [ObjectYAML] Support for DWARF __debug_abbrev section 2016-12-07 18:52:59 +00:00
DWARFDebugAranges.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
DWARFDebugArangeSet.h [ObjectYAML] Support for DWARF debug_aranges 2016-12-09 00:26:44 +00:00
DWARFDebugFrame.h Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame." 2016-01-26 15:09:42 +00:00
DWARFDebugInfoEntry.h Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extracting attributes 2016-12-13 18:25:19 +00:00
DWARFDebugLine.h Avoid dsymutil calls to getFileNameByIndex. 2016-07-22 01:41:32 +00:00
DWARFDebugLoc.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
DWARFDebugMacro.h [DebugInfo] Fix some Clang-tidy modernize-use-default, modernize-use-equal-delete and Include What You Use warnings; other minor fixes (NFC). 2016-11-18 18:00:19 +00:00
DWARFDebugPubTable.h [DWARF] - Introduce DWARFDebugPubTable class for dumping pub* sections. 2016-12-17 09:10:32 +00:00
DWARFDebugRangeList.h
DWARFDie.h Make a function to correctly extract the DW_AT_high_pc given the low pc value. 2016-12-19 20:36:41 +00:00
DWARFFormValue.h Revert "[ObjectYAML] Support for DWARF debug_info section" 2016-12-20 00:42:06 +00:00
DWARFGdbIndex.h Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."" 2016-09-23 11:01:53 +00:00
DWARFRelocMap.h
DWARFSection.h
DWARFTypeUnit.h dwarfdump: -summarize-types: print a short summary (unqualified type name, hash, length) of type units rather than dumping contents 2016-10-18 21:09:48 +00:00
DWARFUnit.h Revert "[ObjectYAML] Support for DWARF debug_info section" 2016-12-20 00:42:06 +00:00
DWARFUnitIndex.h [llvm-dwp] Merge cu_index from DWPs 2016-02-06 01:15:26 +00:00