llvm::FunctionLoweringInfo::setArgumentFrameIndex

setArgumentFrameIndex - Record frame index for the byval argument.

Synopsis

Declared in <llvm/CodeGen/FunctionLoweringInfo.h>

void
setArgumentFrameIndex(
    Argument const* A,
    int FI);

Parameters

NameDescription
AByval argument whose frame index is recorded.
FIFrame index assigned to A.