[PATCH] D39517: [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumTables and IDiaTable.

Aaron Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 06:33:17 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL318403: [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for… (authored by asmith).

Changed prior to commit:
  https://reviews.llvm.org/D39517?vs=122622&id=123173#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39517

Files:
  llvm/trunk/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h
  llvm/trunk/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
  llvm/trunk/include/llvm/DebugInfo/PDB/DIA/DIASession.h
  llvm/trunk/include/llvm/DebugInfo/PDB/DIA/DIATable.h
  llvm/trunk/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  llvm/trunk/include/llvm/DebugInfo/PDB/IPDBSession.h
  llvm/trunk/include/llvm/DebugInfo/PDB/IPDBTable.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/NativeSession.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBTypes.h
  llvm/trunk/lib/DebugInfo/PDB/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/PDB/DIA/DIAEnumTables.cpp
  llvm/trunk/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
  llvm/trunk/lib/DebugInfo/PDB/DIA/DIASession.cpp
  llvm/trunk/lib/DebugInfo/PDB/DIA/DIATable.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/NativeSession.cpp
  llvm/trunk/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp
  llvm/trunk/unittests/DebugInfo/PDB/PDBApiTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39517.123173.patch
Type: text/x-patch
Size: 18341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171116/8129ad72/attachment.bin>


More information about the llvm-commits mailing list