1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/DebugInfo/PDB/DIA
Adrian McCarthy 5e76aefa11 Implement some methods for NativeRawSymbol
This allows the ability to call IPDBSession::getGlobalScope with a NativeSession and
to then query it for some basic fields from 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.

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

llvm-svn: 296049
2017-02-24 00:10:47 +00:00
..
DIADataStream.cpp Move pdb code into pdb namespace. 2016-05-04 20:32:13 +00:00
DIAEnumDebugStreams.cpp Move pdb code into pdb namespace. 2016-05-04 20:32:13 +00:00
DIAEnumLineNumbers.cpp Move pdb code into pdb namespace. 2016-05-04 20:32:13 +00:00
DIAEnumSourceFiles.cpp Move pdb code into pdb namespace. 2016-05-04 20:32:13 +00:00
DIAEnumSymbols.cpp Move pdb code into pdb namespace. 2016-05-04 20:32:13 +00:00
DIAError.cpp Remove LLVM_NOEXCEPT and replace it with noexcept 2016-10-19 23:52:38 +00:00
DIALineNumber.cpp Move pdb code into pdb namespace. 2016-05-04 20:32:13 +00:00
DIARawSymbol.cpp Properly parse the TypeServer2 record. 2017-02-03 21:22:27 +00:00
DIASession.cpp Implement some methods for NativeRawSymbol 2017-02-24 00:10:47 +00:00
DIASourceFile.cpp Move pdb code into pdb namespace. 2016-05-04 20:32:13 +00:00