OSDN Git Service

[pdb] Add unit tests for PDB MappedBlockStream and zero copy
authorZachary Turner <zturner@google.com>
Tue, 31 May 2016 22:41:52 +0000 (22:41 +0000)
committerZachary Turner <zturner@google.com>
Tue, 31 May 2016 22:41:52 +0000 (22:41 +0000)
commite781066bc293cef5f6453995a8d1de4e684cf697
treec638e903481d81ff3f3b42f4ed5212845a9ad609
parent1cd242fe11b7851fd1a3e8f39ca36f04719dede6
[pdb] Add unit tests for PDB MappedBlockStream and zero copy

Differential Revision: http://reviews.llvm.org/D20837
Reviewed By: ruiu

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271346 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/DebugInfo/PDB/Raw/IPDBFile.h
include/llvm/DebugInfo/PDB/Raw/InfoStream.h
include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h
include/llvm/DebugInfo/PDB/Raw/PDBFile.h
include/llvm/Support/Allocator.h
lib/DebugInfo/PDB/Raw/InfoStream.cpp
lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp
lib/DebugInfo/PDB/Raw/ModStream.cpp
lib/DebugInfo/PDB/Raw/SymbolStream.cpp
lib/DebugInfo/PDB/Raw/TpiStream.cpp
unittests/DebugInfo/PDB/CMakeLists.txt
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp [new file with mode: 0644]