[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 21:24:51 PDT 2018
asmith added a comment.
findLineNumbersByAddress() uses findLinesByVA/RVA and findSymbolByAddress() uses findSymbolByVA/RVA.
Do you still want them factored out into two methods: findLinesByVAOrRVA and findSymbolByVAOrRVA?
Repository:
rL LLVM
https://reviews.llvm.org/D44407
More information about the llvm-commits
mailing list