llvm/lib/DebugInfo
Adrian McCarthy 93e76ec3ca 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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296049 91177308-0d34-0410-b5e6-96231b3b80d8
2017-02-24 00:10:47 +00:00
..
CodeView Don't assume little endian in StreamReader / StreamWriter. 2017-02-18 01:35:33 +00:00
DWARF Get function start line number from DWARF info 2017-02-06 20:19:02 +00:00
MSF Don't assume little endian in StreamReader / StreamWriter. 2017-02-18 01:35:33 +00:00
PDB Implement some methods for NativeRawSymbol 2017-02-24 00:10:47 +00:00
Symbolize [MC] Fix some Clang-tidy modernize and Include What You Use warnings in SubtargetFeature; other minor fixes (NFC). 2017-02-09 01:09:54 +00:00
CMakeLists.txt
LLVMBuild.txt