mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
8a8f84f312
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ErrorChecking.h | ||
HashTableTest.cpp | ||
MappedBlockStreamTest.cpp | ||
MSFBuilderTest.cpp | ||
PDBApiTest.cpp | ||
StringTableBuilderTest.cpp | ||
TypeServerHandlerTest.cpp |