Previously we wrote line information and file checksum information, but we did not write information about inlinee lines and functions. This patch adds support for that. llvm-svn: 301936
31 lines
728 B
CMake
31 lines
728 B
CMake
add_llvm_library(LLVMDebugInfoCodeView
|
|
CodeViewError.cpp
|
|
CodeViewRecordIO.cpp
|
|
CVSymbolVisitor.cpp
|
|
CVTypeDumper.cpp
|
|
CVTypeVisitor.cpp
|
|
EnumTables.cpp
|
|
Formatters.cpp
|
|
Line.cpp
|
|
ModuleDebugFileChecksumFragment.cpp
|
|
ModuleDebugFragment.cpp
|
|
ModuleDebugFragmentRecord.cpp
|
|
ModuleDebugFragmentVisitor.cpp
|
|
ModuleDebugInlineeLinesFragment.cpp
|
|
ModuleDebugLineFragment.cpp
|
|
ModuleDebugUnknownFragment.cpp
|
|
RecordSerialization.cpp
|
|
SymbolRecordMapping.cpp
|
|
SymbolDumper.cpp
|
|
SymbolSerializer.cpp
|
|
TypeDatabase.cpp
|
|
TypeDatabaseVisitor.cpp
|
|
TypeDumpVisitor.cpp
|
|
TypeRecordMapping.cpp
|
|
TypeSerializer.cpp
|
|
TypeStreamMerger.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
|
|
)
|