[PATCH] D70486: Make DebugVariable class available in DebugInfoMetadata

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 13:39:36 PST 2019


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


================
Comment at: llvm/include/llvm/IR/DebugInfoMetadata.h:3289
+
+  const DILocalVariable *getVar() const { return Variable; }
+  const Optional<FragmentInfo> getFragment() const { return Fragment; }
----------------
getVariable?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70486





More information about the llvm-commits mailing list