49 lines · plain
1add_llvm_component_library(LLVMDebugInfoCodeView2 AppendingTypeTableBuilder.cpp3 CodeViewError.cpp4 CodeViewRecordIO.cpp5 ContinuationRecordBuilder.cpp6 CVSymbolVisitor.cpp7 CVTypeVisitor.cpp8 DebugChecksumsSubsection.cpp9 DebugCrossExSubsection.cpp10 DebugCrossImpSubsection.cpp11 DebugFrameDataSubsection.cpp12 DebugInlineeLinesSubsection.cpp13 DebugLinesSubsection.cpp14 DebugStringTableSubsection.cpp15 DebugSubsection.cpp16 DebugSubsectionRecord.cpp17 DebugSubsectionVisitor.cpp18 DebugSymbolRVASubsection.cpp19 DebugSymbolsSubsection.cpp20 EnumTables.cpp21 Formatters.cpp22 GlobalTypeTableBuilder.cpp23 LazyRandomTypeCollection.cpp24 Line.cpp25 MergingTypeTableBuilder.cpp26 RecordName.cpp27 RecordSerialization.cpp28 SimpleTypeSerializer.cpp29 StringsAndChecksums.cpp30 SymbolDumper.cpp31 SymbolRecordHelpers.cpp32 SymbolRecordMapping.cpp33 SymbolSerializer.cpp34 TypeDumpVisitor.cpp35 TypeIndex.cpp36 TypeIndexDiscovery.cpp37 TypeHashing.cpp38 TypeRecordHelpers.cpp39 TypeRecordMapping.cpp40 TypeStreamMerger.cpp41 TypeTableCollection.cpp42 43 ADDITIONAL_HEADER_DIRS44 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView45 46 LINK_COMPONENTS47 Support48 )49