[PATCH] D44407: [DebugInfo] Add a new method IPDBSession::findLineNumbersBySectOffset

Aaron Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 19:54:10 PDT 2018


asmith added a comment.

The same logic is in DIASession::findSymbolByAddress which tries to find a symbol by VA then by RVA. Ill see if there are some test cases that show why this is necessary.


Repository:
  rL LLVM

https://reviews.llvm.org/D44407





More information about the llvm-commits mailing list