[PATCH] D159484: [DebugInfo] Parse StrOffsets section if needed

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 08:38:47 PDT 2023


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h:404
+  getStringOffsetsTableContribution() {
+    extractDIEsIfNeeded(true /*CUDIeOnly*/);
     return StringOffsetsTableContribution;
----------------
CUDIEOnly or CUDieOnly


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159484



More information about the llvm-commits mailing list