| Argument | R Documentation |
A parameter in an LLVM Function has class Argument.
It can have several attributes.
We have methods to coerce from an Argument to an LLVM Function or Module.
hasByVal(arg)
hasInAlloca(arg)
hasInReg(arg)
hasNest(arg)
hasNonNull(arg)
hasPassPointeeByValue(arg)
hasPreallocated(arg)
hasReturned(arg)
hasSExtAttr(arg)
hasStructRet(arg)
hasZExtAttr(arg)
noCapture(arg)
noAlias(arg)
arg |
the |
A single logical value.
DTL
Function-class
and getParameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.