-
Methods in org.robovm.compiler with parameters of type BasicBlockRef
| Modifier and Type |
Method |
Description |
static Value |
Functions.invoke(Function currentFunction,
Value fn,
BasicBlockRef success,
BasicBlockRef failure,
List<Value> args) |
|
static Value |
Functions.invoke(Function currentFunction,
Value fn,
BasicBlockRef success,
BasicBlockRef failure,
Value... args) |
|
static void |
Functions.trycatchAllEnter(Function fn,
BasicBlockRef onNoException,
BasicBlockRef onException) |
|
static void |
Functions.trycatchAllEnter(Function fn,
Value env,
BasicBlockRef onNoException,
BasicBlockRef onException) |
|
-
Constructors in org.robovm.compiler.llvm with parameters of type BasicBlockRef
| Constructor |
Description |
Br(BasicBlockRef dest) |
|
Br(Value cond,
BasicBlockRef destTrue,
BasicBlockRef destFalse) |
|
Invoke(Value function,
BasicBlockRef to,
BasicBlockRef unwind,
Argument... args) |
|
Invoke(Value function,
BasicBlockRef to,
BasicBlockRef unwind,
Value... args) |
|
Invoke(Variable result,
Value function,
BasicBlockRef to,
BasicBlockRef unwind,
Argument... args) |
|
Invoke(Variable result,
Value function,
BasicBlockRef to,
BasicBlockRef unwind,
Value... args) |
|
Switch(Value value,
BasicBlockRef def,
Map<IntegerConstant,BasicBlockRef> alt) |
|
Switch(Value value,
BasicBlockRef def,
IntegerConstant altVal,
BasicBlockRef altBlock) |
|