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
2017-01-13 00:13:42 +00:00
..
DWARFAbbreviationDeclaration.h Add the ability to iterate across all attributes in a DIE. 2017-01-13 00:13:42 +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
DWARFAttribute.h Add the ability to iterate across all attributes in a DIE. 2017-01-13 00:13:42 +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
DWARFDebugArangeSet.h [ObjectYAML] Support for DWARF debug_aranges 2016-12-09 00:26:44 +00:00
DWARFDebugFrame.h
DWARFDebugInfoEntry.h Add the ability for DWARFDie objects to get the parent DWARFDie. 2016-12-21 21:37:06 +00:00
DWARFDebugLine.h On a 64-bit system, the DWARFDebugLine::Row struct is 32 bytes. Each field has the following byte offsets: 2017-01-04 02:34:29 +00:00
DWARFDebugLoc.h
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 Add the ability to iterate across all attributes in a DIE. 2017-01-13 00:13:42 +00:00
DWARFFormValue.h DebugInfo: support for DW_FORM_implicit_const 2017-01-10 21:18:26 +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 [ObjectYAML] Support for DWARF debug_info section 2016-12-22 22:44:27 +00:00
DWARFUnitIndex.h