================
@@ -62,6 +65,8 @@ class InterfaceMethod {
// The arguments of this method.
SmallVector<Argument, 2> arguments;
+
+ std::string dedupName;
----------------
matthias-springer wrote:
Can you add a comment here?
https://github.com/llvm/llvm-project/pull/161828