Return the stack alignment attribute for parameter ArgNo, if any.
Synopsis
Declared in <llvm/IR/Function.h>
MaybeAlign
getParamStackAlign(unsigned int ArgNo) const;
Return Value
The stack alignment attribute for the parameter, if any.
Parameters
Name |
Description |
ArgNo |
Zero‐based index of the function argument. |
Created with MrDocs