1add_llvm_library(LLVMDebugInfoCodeView 2 CodeViewError.cpp 3 CodeViewRecordIO.cpp 4 CVSymbolVisitor.cpp 5 CVTypeVisitor.cpp 6 DebugChecksumsSubsection.cpp 7 DebugCrossExSubsection.cpp 8 DebugCrossImpSubsection.cpp 9 DebugFrameDataSubsection.cpp 10 DebugInlineeLinesSubsection.cpp 11 DebugLinesSubsection.cpp 12 DebugStringTableSubsection.cpp 13 DebugSubsection.cpp 14 DebugSubsectionRecord.cpp 15 DebugSubsectionVisitor.cpp 16 DebugSymbolRVASubsection.cpp 17 DebugSymbolsSubsection.cpp 18 EnumTables.cpp 19 Formatters.cpp 20 LazyRandomTypeCollection.cpp 21 Line.cpp 22 RecordSerialization.cpp 23 StringsAndChecksums.cpp 24 SymbolRecordMapping.cpp 25 SymbolDumper.cpp 26 SymbolSerializer.cpp 27 TypeDumpVisitor.cpp 28 TypeIndex.cpp 29 TypeIndexDiscovery.cpp 30 TypeName.cpp 31 TypeRecordMapping.cpp 32 TypeSerializer.cpp 33 TypeStreamMerger.cpp 34 TypeTableCollection.cpp 35 36 ADDITIONAL_HEADER_DIRS 37 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView 38 ) 39