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
Mehdi Amini 9ff867f98c [NFC] Header cleanup
Removed some unused headers, replaced some headers with forward class declarations.

Found using simple scripts like this one:
clear && ack --cpp -l '#include "llvm/ADT/IndexedMap.h"' | xargs grep -L 'IndexedMap[<]' | xargs grep -n --color=auto 'IndexedMap'

Patch by Eugene Kosov <claprix@yandex.ru>

Differential Revision: http://reviews.llvm.org/D19219

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 266595
2016-04-18 09:17:29 +00:00
..
DWARFAbbreviationDeclaration.h
DWARFAcceleratorTable.h
DWARFCompileUnit.h dwarfdump: Reference the appropriate line table segment when dumping dwp files 2015-11-17 21:08:05 +00:00
DWARFContext.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DWARFDebugAbbrev.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DWARFDebugAranges.h
DWARFDebugArangeSet.h
DWARFDebugFrame.h Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame." 2016-01-26 15:09:42 +00:00
DWARFDebugInfoEntry.h
DWARFDebugLine.h
DWARFDebugLoc.h
DWARFDebugMacro.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DWARFDebugRangeList.h
DWARFFormValue.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DWARFRelocMap.h
DWARFSection.h
DWARFTypeUnit.h dwarfdump: Reference the appropriate line table segment when dumping dwp files 2015-11-17 21:08:05 +00:00
DWARFUnit.h llvm-dwarfdump: Use deque rather than vector to preserve object reference/pointer identity 2016-04-07 22:59:58 +00:00
DWARFUnitIndex.h [llvm-dwp] Merge cu_index from DWPs 2016-02-06 01:15:26 +00:00