[DebugInfo] Move all DWARF headers to the public include directory.
authorFrederic Riss <friss@apple.com>
Fri, 19 Dec 2014 18:26:33 +0000 (18:26 +0000)
committerFrederic Riss <friss@apple.com>
Fri, 19 Dec 2014 18:26:33 +0000 (18:26 +0000)
commit7e5492d27d1216b7a8b9240c7fc1592bf79eabe3
treea5c40f66896a627a6884e301143a5040e2c5d0b5
parent409585877a7f418a8a5041e1b435fbfda4801742
[DebugInfo] Move all DWARF headers to the public include directory.

dsymutil needs access to DWARF specific inforamtion, the small DIContext
wrapper isn't sufficient. Other DWARF consumers might want to use it too
(I'm looking at you lldb).

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224594 91177308-0d34-0410-b5e6-96231b3b80d8
48 files changed:
include/llvm/DebugInfo/DWARFAbbreviationDeclaration.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFAcceleratorTable.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFCompileUnit.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFContext.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFDebugAbbrev.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFDebugArangeSet.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFDebugAranges.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFDebugFrame.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFDebugInfoEntry.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFDebugLine.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFDebugLoc.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFDebugRangeList.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFRelocMap.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFSection.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFTypeUnit.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARFUnit.h [new file with mode: 0644]
lib/DebugInfo/DIContext.cpp
lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
lib/DebugInfo/DWARFAbbreviationDeclaration.h [deleted file]
lib/DebugInfo/DWARFAcceleratorTable.cpp
lib/DebugInfo/DWARFAcceleratorTable.h [deleted file]
lib/DebugInfo/DWARFCompileUnit.cpp
lib/DebugInfo/DWARFCompileUnit.h [deleted file]
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFContext.h [deleted file]
lib/DebugInfo/DWARFDebugAbbrev.cpp
lib/DebugInfo/DWARFDebugAbbrev.h [deleted file]
lib/DebugInfo/DWARFDebugArangeSet.cpp
lib/DebugInfo/DWARFDebugArangeSet.h [deleted file]
lib/DebugInfo/DWARFDebugAranges.cpp
lib/DebugInfo/DWARFDebugAranges.h [deleted file]
lib/DebugInfo/DWARFDebugFrame.cpp
lib/DebugInfo/DWARFDebugFrame.h [deleted file]
lib/DebugInfo/DWARFDebugInfoEntry.cpp
lib/DebugInfo/DWARFDebugInfoEntry.h [deleted file]
lib/DebugInfo/DWARFDebugLine.cpp
lib/DebugInfo/DWARFDebugLine.h [deleted file]
lib/DebugInfo/DWARFDebugLoc.cpp
lib/DebugInfo/DWARFDebugLoc.h [deleted file]
lib/DebugInfo/DWARFDebugRangeList.cpp
lib/DebugInfo/DWARFDebugRangeList.h [deleted file]
lib/DebugInfo/DWARFFormValue.cpp
lib/DebugInfo/DWARFRelocMap.h [deleted file]
lib/DebugInfo/DWARFSection.h [deleted file]
lib/DebugInfo/DWARFTypeUnit.cpp
lib/DebugInfo/DWARFTypeUnit.h [deleted file]
lib/DebugInfo/DWARFUnit.cpp
lib/DebugInfo/DWARFUnit.h [deleted file]