[PATCH] D30314: Implement some methods for NativeRawSymbol

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 15:29:42 PST 2017


amccarth created this revision.

This allows the ability to call IPDBSession::getGlobalScope with a NativeSession and
to then query it for some basic fields via the PDB's InfoStream.

Note that the symbols now have non-const references back to the Session so that
NativeRawSymbol can access the PDBFile through the Session.


https://reviews.llvm.org/D30314

Files:
  llvm/include/llvm/DebugInfo/PDB/DIA/DIASession.h
  llvm/include/llvm/DebugInfo/PDB/IPDBSession.h
  llvm/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h
  llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp
  llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30314.89576.patch
Type: text/x-patch
Size: 7193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170223/f9a220bf/attachment.bin>


More information about the llvm-commits mailing list