1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/unittests/DebugInfo/PDB
Zachary Turner de0ff2102f [msf] Create LLVMDebugInfoMsf
This provides a better layering of responsibilities among different
aspects of PDB writing code.  Some of the MSF related code was
contained in CodeView, and some was in PDB prior to this.  Further,
we were often saying PDB when we meant MSF, and the two are
actually independent of each other since in theory you can have
other types of data besides PDB data in an MSF.  So, this patch
separates the MSF specific code into its own library, with no
dependencies on anything else, and DebugInfoCodeView and
DebugInfoPDB take dependencies on DebugInfoMsf.

llvm-svn: 276458
2016-07-22 19:56:05 +00:00
..
CMakeLists.txt [pdb] Introduce MsfBuilder for laying out PDB files. 2016-07-15 20:43:38 +00:00
ErrorChecking.h [pdb] Introduce MsfBuilder for laying out PDB files. 2016-07-15 20:43:38 +00:00
MappedBlockStreamTest.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
MsfBuilderTest.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
PDBApiTest.cpp Fix build of DebugInfoPDBTests. 2016-05-04 21:06:12 +00:00