1add_llvm_library(LLVMDebugInfoCodeView 2 ByteStream.cpp 3 CodeViewError.cpp 4 CVTypeVisitor.cpp 5 EnumTables.cpp 6 FieldListRecordBuilder.cpp 7 Line.cpp 8 ListRecordBuilder.cpp 9 MemoryTypeTableBuilder.cpp 10 MethodListRecordBuilder.cpp 11 ModuleSubstream.cpp 12 ModuleSubstreamVisitor.cpp 13 RecordSerialization.cpp 14 StreamReader.cpp 15 StreamWriter.cpp 16 SymbolDumper.cpp 17 TypeDumper.cpp 18 TypeRecord.cpp 19 TypeRecordBuilder.cpp 20 TypeStreamMerger.cpp 21 TypeTableBuilder.cpp 22 23 ADDITIONAL_HEADER_DIRS 24 ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView 25 ) 26