[PATCH] D78128: Implement some functions in NativeSession.

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 10:11:07 PDT 2020


akhuang created this revision.
akhuang added reviewers: hans, amccarth, rnk.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This change implements readFromExe, and calculating VA and RVA, which
are some of the functionalities that will be used for native PDB reading
for llvm symbolizer.

bug: https://bugs.llvm.org/show_bug.cgi?id=41795


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78128

Files:
  llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h
  llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78128.257394.patch
Type: text/x-patch
Size: 4276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200414/edbfc552/attachment.bin>


More information about the llvm-commits mailing list