1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/DebugInfo/CodeView
Bob Haarman 8163d702de [codeview] support emitting indirect virtual base class information
Summary:
Fixes PR28281.

MSVC lists indirect virtual base classes in the field list of a class,
using LF_IVBCLASS records. This change makes LLVM emit such records
when processing DW_TAG_inheritance tags with the DIFlagVirtual and
(newly introduced) DIFlagIndirect tags.

Reviewers: rnk, ruiu, zturner

Differential Revision: https://reviews.llvm.org/D25578

llvm-svn: 285130
2016-10-25 22:11:52 +00:00
..
CMakeLists.txt Refactor Symbol visitor code. 2016-10-07 21:34:46 +00:00
CodeViewError.cpp Remove LLVM_NOEXCEPT and replace it with noexcept 2016-10-19 23:52:38 +00:00
CVSymbolVisitor.cpp Refactor Symbol visitor code. 2016-10-07 21:34:46 +00:00
CVTypeVisitor.cpp [CodeView] Refactor serialization to use StreamInterface. 2016-10-20 18:31:19 +00:00
EnumTables.cpp Resubmit "Write the TPI stream from a PDB to Yaml." 2016-08-18 16:49:29 +00:00
FieldListRecordBuilder.cpp [CodeView] Decouple record deserialization from visitor dispatch. 2016-08-05 21:45:34 +00:00
Line.cpp
ListRecordBuilder.cpp [codeview] Use the correct max CV record length of 0xFF00 2016-09-02 18:43:27 +00:00
LLVMBuild.txt [msf] Resubmit "Rename Msf -> MSF". 2016-07-29 20:56:36 +00:00
MemoryTypeTableBuilder.cpp [codeview] Improve readability of type record assembly 2016-05-31 18:45:36 +00:00
MethodListRecordBuilder.cpp [codeview] Align class and print names of types 2016-05-13 19:37:07 +00:00
ModuleSubstream.cpp [msf] Resubmit "Rename Msf -> MSF". 2016-07-29 20:56:36 +00:00
ModuleSubstreamVisitor.cpp [msf] Resubmit "Rename Msf -> MSF". 2016-07-29 20:56:36 +00:00
RecordSerialization.cpp [CodeView] Refactor serialization to use StreamInterface. 2016-10-20 18:31:19 +00:00
SymbolDumper.cpp Refactor Symbol visitor code. 2016-10-07 21:34:46 +00:00
TypeDumper.cpp [pdb] Get rid of Data and RawData in CVType. 2016-09-14 23:00:16 +00:00
TypeRecord.cpp [codeview] support emitting indirect virtual base class information 2016-10-25 22:11:52 +00:00
TypeRecordBuilder.cpp Truncate long names in type records 2016-10-13 17:33:22 +00:00
TypeStreamMerger.cpp [pdb] Get rid of Data and RawData in CVType. 2016-09-14 23:00:16 +00:00
TypeTableBuilder.cpp Truncate long names in type records 2016-10-13 17:33:22 +00:00