1add_llvm_component_library(LLVMDebugInfoCodeView 2 AppendingTypeTableBuilder.cpp 3 CodeViewError.cpp 4 CodeViewRecordIO.cpp 5 ContinuationRecordBuilder.cpp 6 CVSymbolVisitor.cpp 7 CVTypeVisitor.cpp 8 DebugChecksumsSubsection.cpp 9 DebugCrossExSubsection.cpp 10 DebugCrossImpSubsection.cpp 11 DebugFrameDataSubsection.cpp 12 DebugInlineeLinesSubsection.cpp 13 DebugLinesSubsection.cpp 14 DebugStringTableSubsection.cpp 15 DebugSubsection.cpp 16 DebugSubsectionRecord.cpp 17 DebugSubsectionVisitor.cpp 18 DebugSymbolRVASubsection.cpp 19 DebugSymbolsSubsection.cpp 20 EnumTables.cpp 21 Formatters.cpp 22 GlobalTypeTableBuilder.cpp 23 LazyRandomTypeCollection.cpp 24 Line.cpp 25 MergingTypeTableBuilder.cpp 26 RecordName.cpp 27 RecordSerialization.cpp 28 SimpleTypeSerializer.cpp 29 StringsAndChecksums.cpp 30 SymbolDumper.cpp 31 SymbolRecordHelpers.cpp 32 SymbolRecordMapping.cpp 33 SymbolSerializer.cpp 34 TypeDumpVisitor.cpp 35 TypeIndex.cpp 36 TypeIndexDiscovery.cpp 37 TypeHashing.cpp 38 TypeRecordHelpers.cpp 39 TypeRecordMapping.cpp 40 TypeStreamMerger.cpp 41 TypeTableCollection.cpp 42 43 ADDITIONAL_HEADER_DIRS 44 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView 45 46 LINK_COMPONENTS 47 Support 48 DebugInfoMSF 49 ) 50