Return true if this argument has the byval, inalloca, or preallocated attribute.
Synopsis
Declared in <llvm/IR/Argument.h>
bool
hasPassPointeeByValueCopyAttr() const;
Description
These attributes represent arguments being passed by value, with an associated copy between the caller and callee.
Return Value
true if this argument has the byval, inalloca, or preallocated attribute.
Created with MrDocs