1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/DebugInfo/CodeView
Reid Kleckner 1e664f585c [codeview] Test serialization of all known type records
This just checks that we emit all type records once, and then after
merging the type stream with no other type streams, we still emit every
kind of type record.

We could test the dumper output more closely, but that would make the
test very brittle. Currently we're just getting coverage.

llvm-svn: 269778
2016-05-17 16:20:35 +00:00
..
CMakeLists.txt [codeview] Add type stream merging prototype 2016-05-14 00:02:53 +00:00
FieldListRecordBuilder.cpp [codeview] Add type stream merging prototype 2016-05-14 00:02:53 +00:00
Line.cpp
ListRecordBuilder.cpp
LLVMBuild.txt
MemoryTypeTableBuilder.cpp
MethodListRecordBuilder.cpp [codeview] Align class and print names of types 2016-05-13 19:37:07 +00:00
RecordSerialization.cpp Make CodeView record serialization more generic. 2016-05-12 17:45:44 +00:00
TypeDumper.cpp [codeview] Add type stream merging prototype 2016-05-14 00:02:53 +00:00
TypeRecord.cpp [codeview] Add type stream merging prototype 2016-05-14 00:02:53 +00:00
TypeRecordBuilder.cpp [codeview] Add type stream merging prototype 2016-05-14 00:02:53 +00:00
TypeStreamMerger.cpp [codeview] Test serialization of all known type records 2016-05-17 16:20:35 +00:00
TypeTableBuilder.cpp [codeview] Add type stream merging prototype 2016-05-14 00:02:53 +00:00