[DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVA
authorAaron Smith <aaron.smith@microsoft.com>
Mon, 26 Mar 2018 22:10:02 +0000 (22:10 +0000)
committerAaron Smith <aaron.smith@microsoft.com>
Mon, 26 Mar 2018 22:10:02 +0000 (22:10 +0000)
commit53708a5e9e60bfc5e7dc9c1135262d50f39454b4
tree4f757af584ecb579a3616f887273bf3de40b7a42
parent44357eef97a47072c90f2930a12059aefa09a0e8
[DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVA

These are used in finding line numbers for PDBSymbolData

llvm-svn: 328585
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