1 static_library("CodeView") {
2 output_name = "LLVMDebugInfoCodeView"
4 "//llvm/lib/DebugInfo/MSF",
8 "AppendingTypeTableBuilder.cpp",
12 "CodeViewRecordIO.cpp",
13 "ContinuationRecordBuilder.cpp",
14 "DebugChecksumsSubsection.cpp",
15 "DebugCrossExSubsection.cpp",
16 "DebugCrossImpSubsection.cpp",
17 "DebugFrameDataSubsection.cpp",
18 "DebugInlineeLinesSubsection.cpp",
19 "DebugLinesSubsection.cpp",
20 "DebugStringTableSubsection.cpp",
21 "DebugSubsection.cpp",
22 "DebugSubsectionRecord.cpp",
23 "DebugSubsectionVisitor.cpp",
24 "DebugSymbolRVASubsection.cpp",
25 "DebugSymbolsSubsection.cpp",
28 "GlobalTypeTableBuilder.cpp",
29 "LazyRandomTypeCollection.cpp",
31 "MergingTypeTableBuilder.cpp",
33 "RecordSerialization.cpp",
34 "SimpleTypeSerializer.cpp",
35 "StringsAndChecksums.cpp",
37 "SymbolRecordHelpers.cpp",
38 "SymbolRecordMapping.cpp",
39 "SymbolSerializer.cpp",
40 "TypeDumpVisitor.cpp",
43 "TypeIndexDiscovery.cpp",
44 "TypeRecordHelpers.cpp",
45 "TypeRecordMapping.cpp",
46 "TypeStreamMerger.cpp",
47 "TypeTableCollection.cpp",