[PATCH] D140788: [DWARFLinkerNext] add AddressesMap interface.
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 31 00:08:42 PST 2022
tschuett added inline comments.
================
Comment at: llvm/include/llvm/DWARFLinkerNext/AddressesMap.h:43
+ /// \returns true and sets AddrAdjust if it is the case.
+ virtual bool isLiveSubprogram(const DWARFDie &DIE, int64_t &AddrAdjust) = 0;
+
----------------
It is an odd pattern to pass integers by reference for mutability.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140788/new/
https://reviews.llvm.org/D140788
More information about the llvm-commits
mailing list