[PATCH] D64209: [DWARF] Make DWARFDataExtractor possible to be used with both 32- and 64-bit offsets.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 12:56:04 PDT 2019


aprantl added inline comments.


================
Comment at: include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h:39
+  template <typename TOff>
+  uint64_t getRelocatedValue(uint32_t Size, TOff *Off,
                              uint64_t *SectionIndex = nullptr) const;
----------------
I'm surprised that Size is still 32 bits?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64209/new/

https://reviews.llvm.org/D64209





More information about the llvm-commits mailing list