llvm-project/llvm/lib/DebugInfo/PDB/Native
Zachary Turner c883a8c6dc [llvm-pdbdump] More advanced class definition dumping.
Previously the dumping of class definitions was very primitive,
and it made it hard to do more than the most trivial of output
formats when dumping.  As such, we would only dump one line for
each field, and then dump non-layout items like nested types
and enums.

With this patch, we do a complete analysis of the object
hierarchy including aggregate types, bases, virtual bases,
vftable analysis, etc.  The only immediately visible effects
of this are that a) we can now dump a line for the vfptr where
before we would treat that as padding, and b) we now don't
treat virtual bases that come at the end of a class as padding
since we have a more detailed analysis of the class's storage
usage.

In subsequent patches, we should be able to use this analysis
to display a complete graphical view of a class's layout including
recursing arbitrarily deep into an object's base class / aggregate
member hierarchy.

llvm-svn: 300133
2017-04-12 23:18:21 +00:00
..
DbiStream.cpp [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
DbiStreamBuilder.cpp [pdb] Write the module info and symbol record streams. 2017-03-15 22:18:53 +00:00
EnumTables.cpp
GSI.cpp [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
GSI.h [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
GlobalsStream.cpp [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
Hash.cpp
HashTable.cpp [PDB] Make streams carry their own endianness. 2017-02-28 00:04:07 +00:00
InfoStream.cpp Silence -Wcovered-switch-default warning. 2017-03-16 20:45:11 +00:00
InfoStreamBuilder.cpp [PDB] Add support for parsing Flags from PDB Stream. 2017-03-16 20:19:11 +00:00
ModInfo.cpp [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
ModInfoBuilder.cpp [pdb] Write the module info and symbol record streams. 2017-03-15 22:18:53 +00:00
ModStream.cpp [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
NamedStreamMap.cpp [llvm-pdbdump] Add support for diffing the PDB Stream. 2017-03-16 20:18:41 +00:00
NativeCompilandSymbol.cpp NFC: Corrects comments that were supposed to go in with earlier commit. 2017-03-15 20:29:06 +00:00
NativeEnumModules.cpp Introduce NativeEnumModules and NativeCompilandSymbol 2017-03-15 20:17:58 +00:00
NativeExeSymbol.cpp Re-land: "Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]" 2017-03-29 19:27:08 +00:00
NativeRawSymbol.cpp [llvm-pdbdump] More advanced class definition dumping. 2017-04-12 23:18:21 +00:00
NativeSession.cpp [llvm-pdbdump] More advanced class definition dumping. 2017-04-12 23:18:21 +00:00
PDBFile.cpp [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
PDBFileBuilder.cpp [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
PDBTypeServerHandler.cpp [pdb] Add the ability to resolve TypeServer PDBs. 2017-02-16 23:35:45 +00:00
PublicsStream.cpp [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
RawError.cpp [pdb] Write the module info and symbol record streams. 2017-03-15 22:18:53 +00:00
StringTable.cpp [llvm-pdbdump] Add support for diffing the String Table. 2017-03-15 22:19:30 +00:00
StringTableBuilder.cpp [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
SymbolStream.cpp [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
TpiHashing.cpp
TpiStream.cpp [PDB] Emit index/offset pairs for TPI and IPI streams 2017-04-11 16:26:15 +00:00
TpiStreamBuilder.cpp [PDB] Emit index/offset pairs for TPI and IPI streams 2017-04-11 16:26:15 +00:00