Dave Bartolomeo | dd38b1b | 2015-12-24 18:51:35 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMDebugInfoCodeView |
Zachary Turner | d5d37dc | 2016-05-25 20:37:03 +0000 | [diff] [blame] | 2 | CodeViewError.cpp |
Zachary Turner | 7251ede | 2016-11-02 17:05:19 +0000 | [diff] [blame] | 3 | CodeViewRecordIO.cpp |
Zachary Turner | 0d84074 | 2016-10-07 21:34:46 +0000 | [diff] [blame] | 4 | CVSymbolVisitor.cpp |
Zachary Turner | 01ee3dae | 2016-06-16 18:22:27 +0000 | [diff] [blame] | 5 | CVTypeVisitor.cpp |
Zachary Turner | 8c099fe | 2017-05-30 16:36:15 +0000 | [diff] [blame] | 6 | DebugChecksumsSubsection.cpp |
Zachary Turner | 349c18f | 2017-06-05 21:40:33 +0000 | [diff] [blame] | 7 | DebugCrossExSubsection.cpp |
| 8 | DebugCrossImpSubsection.cpp |
Zachary Turner | 591312c | 2017-05-30 17:13:33 +0000 | [diff] [blame] | 9 | DebugFrameDataSubsection.cpp |
| 10 | DebugInlineeLinesSubsection.cpp |
| 11 | DebugLinesSubsection.cpp |
| 12 | DebugStringTableSubsection.cpp |
Zachary Turner | 8c099fe | 2017-05-30 16:36:15 +0000 | [diff] [blame] | 13 | DebugSubsection.cpp |
| 14 | DebugSubsectionRecord.cpp |
| 15 | DebugSubsectionVisitor.cpp |
Zachary Turner | 3226fe9 | 2017-06-09 20:46:52 +0000 | [diff] [blame] | 16 | DebugSymbolRVASubsection.cpp |
Zachary Turner | 591312c | 2017-05-30 17:13:33 +0000 | [diff] [blame] | 17 | DebugSymbolsSubsection.cpp |
Zachary Turner | 349c18f | 2017-06-05 21:40:33 +0000 | [diff] [blame] | 18 | EnumTables.cpp |
| 19 | Formatters.cpp |
| 20 | LazyRandomTypeCollection.cpp |
| 21 | Line.cpp |
Zachary Turner | ee9906d | 2017-08-11 19:00:03 +0000 | [diff] [blame] | 22 | RecordName.cpp |
Zachary Turner | 38cc8b3 | 2016-05-12 17:45:44 +0000 | [diff] [blame] | 23 | RecordSerialization.cpp |
Zachary Turner | a8cfc29 | 2017-06-14 15:59:27 +0000 | [diff] [blame] | 24 | StringsAndChecksums.cpp |
Zachary Turner | 46225b1 | 2016-12-16 22:48:14 +0000 | [diff] [blame] | 25 | SymbolRecordMapping.cpp |
Zachary Turner | aaad574 | 2016-05-23 23:41:13 +0000 | [diff] [blame] | 26 | SymbolDumper.cpp |
Zachary Turner | 407dec5 | 2017-03-13 14:57:45 +0000 | [diff] [blame] | 27 | SymbolSerializer.cpp |
Zachary Turner | 629cb7d | 2017-01-11 23:24:22 +0000 | [diff] [blame] | 28 | TypeDumpVisitor.cpp |
Zachary Turner | 526f4f2 | 2017-05-19 19:26:58 +0000 | [diff] [blame] | 29 | TypeIndex.cpp |
Zachary Turner | fed467e | 2017-05-25 23:36:16 +0000 | [diff] [blame] | 30 | TypeIndexDiscovery.cpp |
Zachary Turner | 7251ede | 2016-11-02 17:05:19 +0000 | [diff] [blame] | 31 | TypeRecordMapping.cpp |
Zachary Turner | 4efa0a4 | 2016-11-08 22:24:53 +0000 | [diff] [blame] | 32 | TypeSerializer.cpp |
Reid Kleckner | 0b26974 | 2016-05-14 00:02:53 +0000 | [diff] [blame] | 33 | TypeStreamMerger.cpp |
Zachary Turner | 526f4f2 | 2017-05-19 19:26:58 +0000 | [diff] [blame] | 34 | TypeTableCollection.cpp |
Zachary Turner | a8cfc29 | 2017-06-14 15:59:27 +0000 | [diff] [blame] | 35 | |
Dave Bartolomeo | dd38b1b | 2015-12-24 18:51:35 +0000 | [diff] [blame] | 36 | ADDITIONAL_HEADER_DIRS |
| 37 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView |
Dave Bartolomeo | 89ba802 | 2015-12-24 18:12:38 +0000 | [diff] [blame] | 38 | ) |