[PATCH] D42415: Refactor dwarfdump -apple-names output

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 08:11:08 PST 2018


aprantl added inline comments.


================
Comment at: include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h:72
 
+  bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms,
+                uint32_t *DataOffset) const;
----------------
Could you add a Doxygen comment explaining the return value?


Repository:
  rL LLVM

https://reviews.llvm.org/D42415





More information about the llvm-commits mailing list