Uses of Class
org.robovm.compiler.llvm.Argument
| Package | Description |
|---|---|
| org.robovm.compiler | |
| org.robovm.compiler.llvm |
-
Uses of Argument in org.robovm.compiler
Methods in org.robovm.compiler with parameters of type Argument Modifier and Type Method Description static ValueFunctions. callWithArguments(Function currentFunction, Value fn, Argument... args)Method parameters in org.robovm.compiler with type arguments of type Argument Modifier and Type Method Description static ValueFunctions. callWithArguments(Function currentFunction, Value fn, List<Argument> args) -
Uses of Argument in org.robovm.compiler.llvm
Constructors in org.robovm.compiler.llvm with parameters of type Argument Constructor Description Call(Value function, Argument... args)Call(Variable result, Value function, Argument... args)FunctionCallInstruction(String name, Value function, Argument... args)FunctionCallInstruction(String name, Variable result, Value function, Argument... args)Invoke(Value function, BasicBlockRef to, BasicBlockRef unwind, Argument... args)Invoke(Variable result, Value function, BasicBlockRef to, BasicBlockRef unwind, Argument... args)