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 RecordName.cpp 23 RecordSerialization.cpp 24 StringsAndChecksums.cpp 25 SymbolRecordMapping.cpp 26 SymbolDumper.cpp 27 SymbolSerializer.cpp 28 TypeDumpVisitor.cpp 29 TypeIndex.cpp 30 TypeIndexDiscovery.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