| 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 | 38cc8b3 | 2016-05-12 17:45:44 +0000 | [diff] [blame] | 22 | RecordSerialization.cpp | 
| Zachary Turner | a8cfc29 | 2017-06-14 15:59:27 +0000 | [diff] [blame] | 23 | StringsAndChecksums.cpp | 
| Zachary Turner | 46225b1 | 2016-12-16 22:48:14 +0000 | [diff] [blame] | 24 | SymbolRecordMapping.cpp | 
| Zachary Turner | aaad574 | 2016-05-23 23:41:13 +0000 | [diff] [blame] | 25 | SymbolDumper.cpp | 
| Zachary Turner | 407dec5 | 2017-03-13 14:57:45 +0000 | [diff] [blame] | 26 | SymbolSerializer.cpp | 
| Zachary Turner | c640b76 | 2017-01-11 00:35:08 +0000 | [diff] [blame] | 27 | TypeDatabase.cpp | 
|  | 28 | TypeDatabaseVisitor.cpp | 
| Zachary Turner | 629cb7d | 2017-01-11 23:24:22 +0000 | [diff] [blame] | 29 | TypeDumpVisitor.cpp | 
| Zachary Turner | 526f4f2 | 2017-05-19 19:26:58 +0000 | [diff] [blame] | 30 | TypeIndex.cpp | 
| Zachary Turner | fed467e | 2017-05-25 23:36:16 +0000 | [diff] [blame] | 31 | TypeIndexDiscovery.cpp | 
| Zachary Turner | ad859bd | 2017-06-16 23:42:44 +0000 | [diff] [blame^] | 32 | TypeName.cpp | 
| Zachary Turner | 7251ede | 2016-11-02 17:05:19 +0000 | [diff] [blame] | 33 | TypeRecordMapping.cpp | 
| Zachary Turner | 4efa0a4 | 2016-11-08 22:24:53 +0000 | [diff] [blame] | 34 | TypeSerializer.cpp | 
| Reid Kleckner | 0b26974 | 2016-05-14 00:02:53 +0000 | [diff] [blame] | 35 | TypeStreamMerger.cpp | 
| Zachary Turner | 526f4f2 | 2017-05-19 19:26:58 +0000 | [diff] [blame] | 36 | TypeTableCollection.cpp | 
| Zachary Turner | a8cfc29 | 2017-06-14 15:59:27 +0000 | [diff] [blame] | 37 |  | 
| Dave Bartolomeo | dd38b1b | 2015-12-24 18:51:35 +0000 | [diff] [blame] | 38 | ADDITIONAL_HEADER_DIRS | 
|  | 39 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView | 
| Dave Bartolomeo | 89ba802 | 2015-12-24 18:12:38 +0000 | [diff] [blame] | 40 | ) |