We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7be265 commit 53db5b3Copy full SHA for 53db5b3
llvm/include/llvm/IR/Argument.h
@@ -79,7 +79,7 @@ class Argument final : public Value {
79
LLVM_ABI bool hasByValAttr() const;
80
81
/// Return true if this argument has the dead_on_return attribute.
82
- bool hasDeadOnReturnAttr() const;
+ LLVM_ABI bool hasDeadOnReturnAttr() const;
83
84
/// Return true if this argument has the byref attribute.
85
LLVM_ABI bool hasByRefAttr() const;
0 commit comments