Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMDebugInfoDWARF |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 2 | DWARFAbbreviationDeclaration.cpp |
James Henderson | 3fcc745 | 2018-02-02 12:35:52 +0000 | [diff] [blame] | 3 | DWARFAddressRange.cpp |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 4 | DWARFAcceleratorTable.cpp |
| 5 | DWARFCompileUnit.cpp |
| 6 | DWARFContext.cpp |
Paul Robinson | 17536b9 | 2017-06-29 16:52:08 +0000 | [diff] [blame] | 7 | DWARFDataExtractor.cpp |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 8 | DWARFDebugAbbrev.cpp |
| 9 | DWARFDebugArangeSet.cpp |
| 10 | DWARFDebugAranges.cpp |
| 11 | DWARFDebugFrame.cpp |
| 12 | DWARFDebugInfoEntry.cpp |
| 13 | DWARFDebugLine.cpp |
| 14 | DWARFDebugLoc.cpp |
Amjad Aboud | e59cc3e | 2015-11-12 09:38:54 +0000 | [diff] [blame] | 15 | DWARFDebugMacro.cpp |
George Rimar | e71e33f | 2016-12-17 09:10:32 +0000 | [diff] [blame] | 16 | DWARFDebugPubTable.cpp |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 17 | DWARFDebugRangeList.cpp |
James Henderson | 3fcc745 | 2018-02-02 12:35:52 +0000 | [diff] [blame] | 18 | DWARFDebugRnglists.cpp |
Greg Clayton | c8c1032 | 2016-12-13 18:25:19 +0000 | [diff] [blame] | 19 | DWARFDie.cpp |
Reid Kleckner | a058736 | 2017-08-29 21:41:21 +0000 | [diff] [blame] | 20 | DWARFExpression.cpp |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 21 | DWARFFormValue.cpp |
George Rimar | 4f82df5 | 2016-09-23 11:01:53 +0000 | [diff] [blame] | 22 | DWARFGdbIndex.cpp |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 23 | DWARFTypeUnit.cpp |
David Blaikie | 65a8efe | 2015-11-11 19:28:21 +0000 | [diff] [blame] | 24 | DWARFUnitIndex.cpp |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 25 | DWARFUnit.cpp |
Greg Clayton | b8c162b | 2017-05-03 16:02:29 +0000 | [diff] [blame] | 26 | DWARFVerifier.cpp |
Zachary Turner | 3bd47ce | 2015-02-11 03:28:02 +0000 | [diff] [blame] | 27 | |
| 28 | ADDITIONAL_HEADER_DIRS |
| 29 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF |
Zachary Turner | 6489d7b | 2015-04-23 17:37:47 +0000 | [diff] [blame] | 30 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo |
Zachary Turner | 82af943 | 2015-01-30 18:07:45 +0000 | [diff] [blame] | 31 | ) |