1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/DebugInfo/CodeView
Zachary Turner c0166260b8 [PDB] General improvements to Stream library.
This adds various new functionality and cleanup surrounding the
use of the Stream library.  Major changes include:

* Renaming of all classes for more consistency / meaningfulness
* Addition of some new methods for reading multiple values at once.
* Full suite of unit tests for reader / writer functionality.
* Full set of doxygen comments for all classes.
* Streams now store their own endianness.
* Fixed some bugs in a few of the classes that were discovered
  by the unit tests.

llvm-svn: 296215
2017-02-25 00:44:30 +00:00
..
CMakeLists.txt Properly parse the TypeServer2 record. 2017-02-03 21:22:27 +00:00
CodeViewError.cpp [pdb] Add the ability to resolve TypeServer PDBs. 2017-02-16 23:35:45 +00:00
CodeViewRecordIO.cpp [PDB] General improvements to Stream library. 2017-02-25 00:44:30 +00:00
CVSymbolVisitor.cpp [PDB] Rename Stream related source files. 2017-02-25 00:33:34 +00:00
CVTypeDumper.cpp [PDB] General improvements to Stream library. 2017-02-25 00:44:30 +00:00
CVTypeVisitor.cpp [PDB] General improvements to Stream library. 2017-02-25 00:44:30 +00:00
EnumTables.cpp Resubmit "Write the TPI stream from a PDB to Yaml." 2016-08-18 16:49:29 +00:00
Formatters.cpp Properly parse the TypeServer2 record. 2017-02-03 21:22:27 +00:00
Line.cpp
LLVMBuild.txt [msf] Resubmit "Rename Msf -> MSF". 2016-07-29 20:56:36 +00:00
ModuleSubstream.cpp [PDB] General improvements to Stream library. 2017-02-25 00:44:30 +00:00
ModuleSubstreamVisitor.cpp [PDB] General improvements to Stream library. 2017-02-25 00:44:30 +00:00
RecordSerialization.cpp [PDB] General improvements to Stream library. 2017-02-25 00:44:30 +00:00
SymbolDumper.cpp [CodeView] Finish decoupling TypeDatabase from TypeDumper. 2017-01-11 23:24:22 +00:00
SymbolRecordMapping.cpp Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols." 2016-12-16 22:48:14 +00:00
TypeDatabase.cpp [pdb] Add a new command for analyzing hash collisions. 2017-02-01 18:30:22 +00:00
TypeDatabaseVisitor.cpp [CodeView] Add TypeDatabase class. 2017-01-11 00:35:08 +00:00
TypeDumpVisitor.cpp [PDB] Rename Stream related source files. 2017-02-25 00:33:34 +00:00
TypeRecord.cpp [PDB] Rename Stream related source files. 2017-02-25 00:33:34 +00:00
TypeRecordMapping.cpp Properly parse the TypeServer2 record. 2017-02-03 21:22:27 +00:00
TypeSerializer.cpp [PDB] General improvements to Stream library. 2017-02-25 00:44:30 +00:00
TypeStreamMerger.cpp [pdb] Add the ability to resolve TypeServer PDBs. 2017-02-16 23:35:45 +00:00