llvm-project/llvm/lib/DebugInfo/PDB/DIA
Zachary Turner 4b08354b0e [PDB] Support executables and source/line info.
Previously DebugInfoPDB could only load data for a PDB given a
path to the PDB.  It could not open an EXE and find the matching
PDB and verify it matched, etc.  This patch adds support for that
so that we can simply load debug information for a PDB directly.

Additionally, this patch extends DebugInfoPDB to support getting
source and line information for symbols.

llvm-svn: 235237
2015-04-17 22:40:36 +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 [llvm-pdbdump] Very minor code cleanup. 2015-02-23 05:59:14 +00:00
DIASession.cpp [PDB] Support executables and source/line info. 2015-04-17 22:40:36 +00:00
DIASourceFile.cpp