llvm/unittests/DebugInfo/PDB
Rui Ueyama 4b8b0ba562 PDB: Add a class to create the /names stream contents.
This patch adds a new class NameHashTableBuilder which creates /names streams.
This patch contains a test to confirm that a stream created by
NameHashTableBuilder can be read by NameHashTable reader class.

Differential Revision: https://reviews.llvm.org/D28707

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292040 91177308-0d34-0410-b5e6-96231b3b80d8
2017-01-15 00:36:02 +00:00
..
CMakeLists.txt PDB: Add a class to create the /names stream contents. 2017-01-15 00:36:02 +00:00
ErrorChecking.h [pdb] Fix unit test compilation. 2016-09-14 23:17:08 +00:00
MappedBlockStreamTest.cpp [msf] Resubmit "Rename Msf -> MSF". 2016-07-29 20:56:36 +00:00
MSFBuilderTest.cpp [PDB] Validate superblock addresses 2016-12-18 00:41:10 +00:00
NameHashTableBuilderTest.cpp PDB: Add a class to create the /names stream contents. 2017-01-15 00:36:02 +00:00
PDBApiTest.cpp