================
@@ -4733,6 +4733,54 @@ class DIArgList : public Metadata,
ReplaceableMetadataImpl {
LLVM_ABI void handleChangedOperand(void *Ref, Metadata *New);
};
+/// This holds a DIExpression and a list of variables that are
+/// referenced by that expression.
+class DIVariableExpression : public MDNode {
----------------
dzhidzhoev wrote:
Is that a deliberate decision to inherit it from MDNode, not from DINode?
https://github.com/llvm/llvm-project/pull/181028
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits