-
-
Methods in org.robovm.compiler.llvm that return Linkage
| Modifier and Type |
Method |
Description |
static Linkage |
Linkage.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Linkage[] |
Linkage.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructors in org.robovm.compiler.llvm with parameters of type Linkage
| Constructor |
Description |
Alias(String name,
Linkage linkage,
Constant aliasee) |
|
Function(Linkage linkage,
FunctionAttribute[] attributes,
String section,
String name,
FunctionType type,
String... parameterNames) |
|
Global(String name,
Linkage linkage,
Constant value) |
|
Global(String name,
Linkage linkage,
Constant value,
boolean constant) |
|
Global(String name,
Linkage linkage,
Constant value,
boolean constant,
String section) |
|
Global(String name,
Linkage linkage,
Type type,
boolean constant) |
|