setArgumentFrameIndex - Record frame index for the byval argument.
Declared in <llvm/CodeGen/FunctionLoweringInfo.h>
void
setArgumentFrameIndex(
Argument const* A,
int FI);
| Name | Description |
|---|---|
| A | Byval argument whose frame index is recorded. |
| FI | Frame index assigned to A. |