mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-17 19:36:05 +00:00

Use getImageBase() helper to compute the image base. Fix various offsets/addresses/masks so they're actually correct. This allows decoding unwind info from DLLs, and unwind info from object files containing multiple functions. Differential Revision: https://reviews.llvm.org/D54015 llvm-svn: 346036