[PATCH] D75188: [NFC][DebugInfo] Refactor address advancing operations to share code

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 02:38:13 PST 2020


labath added a comment.

I think this looks **a lot** better, but someone else ought to give the final approval here..



================
Comment at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h:380
+    /// Advance the address as required by the specified special \p Opcode.
+    /// \returns the amount advanced by and the calculate adjusted opcode.
+    AddrAndAdjustedOpcode advanceAddrForOpcode(uint8_t Opcode);
----------------
calculate**d**


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75188





More information about the llvm-commits mailing list