[PATCH] D151989: [AppleAccelTable][NFC] Refactor equal_range code
Felipe de Azevedo Piovezan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 04:06:22 PDT 2023
fdeazeve 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; }
+
----------------
aprantl wrote:
> I hope the answer is no, but is there a 64-bit variant of the accelerator tables, too?
>From what I can tell of the specification, it's always 32
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