llvm::Argument::hasPointeeInMemoryValueAttr

Return true if this argument has the byval, sret, inalloca, preallocated, or byref attribute.

Synopsis

Declared in <llvm/IR/Argument.h>

bool
hasPointeeInMemoryValueAttr() const;

Description

These attributes represent arguments being passed by value (which may or may not involve a stack copy).

Return Value

true if this argument has the byval, sret, inalloca, preallocated, or byref attribute.