[DebugInfoPDB] Add DIA implementation of findLineNumbersByRVA
authorAaron Smith <aaron.smith@microsoft.com>
Mon, 26 Mar 2018 22:13:22 +0000 (22:13 +0000)
committerAaron Smith <aaron.smith@microsoft.com>
Mon, 26 Mar 2018 22:13:22 +0000 (22:13 +0000)
commited81a9db297f5079cee41c7b91187e86b2e1b730
treea64c716bb0b87aaeb23debdda6164211618a92b8
parent53708a5e9e60bfc5e7dc9c1135262d50f39454b4
[DebugInfoPDB] Add DIA implementation of findLineNumbersByRVA

This method is used to find line numbers for PDBSymbolData
that have an invalid virtual address.

llvm-svn: 328586
llvm/include/llvm/DebugInfo/PDB/DIA/DIASession.h
llvm/include/llvm/DebugInfo/PDB/IPDBSession.h
llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h
llvm/lib/DebugInfo/PDB/DIA/DIASession.cpp
llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp