You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
555 B
26 lines
555 B
add_llvm_library(LLVMDebugInfoCodeView
|
|
ByteStream.cpp
|
|
CodeViewError.cpp
|
|
CVTypeVisitor.cpp
|
|
EnumTables.cpp
|
|
FieldListRecordBuilder.cpp
|
|
Line.cpp
|
|
ListRecordBuilder.cpp
|
|
MemoryTypeTableBuilder.cpp
|
|
MethodListRecordBuilder.cpp
|
|
ModuleSubstream.cpp
|
|
ModuleSubstreamVisitor.cpp
|
|
RecordSerialization.cpp
|
|
StreamReader.cpp
|
|
StreamWriter.cpp
|
|
SymbolDumper.cpp
|
|
TypeDumper.cpp
|
|
TypeRecord.cpp
|
|
TypeRecordBuilder.cpp
|
|
TypeStreamMerger.cpp
|
|
TypeTableBuilder.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
|
|
)
|