reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
   47
   48
   49
static_library("CodeView") {
  output_name = "LLVMDebugInfoCodeView"
  deps = [
    "//llvm/lib/DebugInfo/MSF",
    "//llvm/lib/Support",
  ]
  sources = [
    "AppendingTypeTableBuilder.cpp",
    "CVSymbolVisitor.cpp",
    "CVTypeVisitor.cpp",
    "CodeViewError.cpp",
    "CodeViewRecordIO.cpp",
    "ContinuationRecordBuilder.cpp",
    "DebugChecksumsSubsection.cpp",
    "DebugCrossExSubsection.cpp",
    "DebugCrossImpSubsection.cpp",
    "DebugFrameDataSubsection.cpp",
    "DebugInlineeLinesSubsection.cpp",
    "DebugLinesSubsection.cpp",
    "DebugStringTableSubsection.cpp",
    "DebugSubsection.cpp",
    "DebugSubsectionRecord.cpp",
    "DebugSubsectionVisitor.cpp",
    "DebugSymbolRVASubsection.cpp",
    "DebugSymbolsSubsection.cpp",
    "EnumTables.cpp",
    "Formatters.cpp",
    "GlobalTypeTableBuilder.cpp",
    "LazyRandomTypeCollection.cpp",
    "Line.cpp",
    "MergingTypeTableBuilder.cpp",
    "RecordName.cpp",
    "RecordSerialization.cpp",
    "SimpleTypeSerializer.cpp",
    "StringsAndChecksums.cpp",
    "SymbolDumper.cpp",
    "SymbolRecordHelpers.cpp",
    "SymbolRecordMapping.cpp",
    "SymbolSerializer.cpp",
    "TypeDumpVisitor.cpp",
    "TypeHashing.cpp",
    "TypeIndex.cpp",
    "TypeIndexDiscovery.cpp",
    "TypeRecordHelpers.cpp",
    "TypeRecordMapping.cpp",
    "TypeStreamMerger.cpp",
    "TypeTableCollection.cpp",
  ]
}