OSDN Git Service

[pdb] Introduce MsfBuilder for laying out PDB files.
authorZachary Turner <zturner@google.com>
Fri, 15 Jul 2016 20:43:38 +0000 (20:43 +0000)
committerZachary Turner <zturner@google.com>
Fri, 15 Jul 2016 20:43:38 +0000 (20:43 +0000)
commit32cf292fd8c383615ba7e49f54992c35f11c49de
tree06eedaef683d9f03cd30d4e5b724396a2c6fbdaa
parent2cef100c63dea42f2c806b89ca3f7efb6c81b645
[pdb] Introduce MsfBuilder for laying out PDB files.

Reviewed by: ruiu
Differential Revision: https://reviews.llvm.org/D22308

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275611 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/PDB/Raw/MsfBuilder.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/MsfCommon.h [new file with mode: 0644]
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/Raw/MsfBuilder.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/MsfCommon.cpp [new file with mode: 0644]
unittests/DebugInfo/PDB/CMakeLists.txt
unittests/DebugInfo/PDB/ErrorChecking.h [new file with mode: 0644]
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp
unittests/DebugInfo/PDB/MsfBuilderTest.cpp [new file with mode: 0644]