[PATCH] D151989: [AppleAccelTable][NFC] Refactor equal_range code

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 09:30:26 PDT 2023


aprantl added inline comments.


================
Comment at: llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h:133
+  /// Return the offset into the section where the hash list begins.
+  uint64_t getHashBase() const { return getBucketBase() + getNumBuckets() * 4; }
+
----------------
I hope the answer is no, but is there a 64-bit variant of the accelerator tables, too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151989



More information about the llvm-commits mailing list