1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/DebugInfo/PDB/DIA
Zachary Turner e25dd60195 [DebugInfoPDB] Teach Variant to support string types.
The IDiaSymbol::getValue() method returns a variant.  Until now,
I had never encountered a string value, so the Variant wrapper
did not support VT_BSTR.  Now we have need to support string
values, so this patch just adds support for one extra type to
Variant.

llvm-svn: 261152
2016-02-17 21:13:15 +00:00
..
DIADataStream.cpp Re-sort #include lines using my handy dandy ./utils/sort_includes.py 2015-02-13 09:09:03 +00:00
DIAEnumDebugStreams.cpp Re-sort #include lines using my handy dandy ./utils/sort_includes.py 2015-02-13 09:09:03 +00:00
DIAEnumLineNumbers.cpp
DIAEnumSourceFiles.cpp
DIAEnumSymbols.cpp
DIALineNumber.cpp
DIARawSymbol.cpp [DebugInfoPDB] Teach Variant to support string types. 2016-02-17 21:13:15 +00:00
DIASession.cpp [llvm-pdbdump] Support dynamic load address and external symbols. 2015-05-01 20:24:26 +00:00
DIASourceFile.cpp