Uses of Class
org.robovm.compiler.llvm.FunctionAttribute
| Package | Description |
|---|---|
| org.robovm.compiler | |
| org.robovm.compiler.llvm |
-
Uses of FunctionAttribute in org.robovm.compiler
Methods in org.robovm.compiler with parameters of type FunctionAttribute Modifier and Type Method Description FunctionBuilderFunctionBuilder. attrib(FunctionAttribute a)FunctionBuilderFunctionBuilder. attribs(FunctionAttribute... a) -
Uses of FunctionAttribute in org.robovm.compiler.llvm
Methods in org.robovm.compiler.llvm that return FunctionAttribute Modifier and Type Method Description static FunctionAttributeFunctionAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionAttribute[]FunctionAttribute. 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 FunctionAttribute Constructor Description Function(Linkage linkage, FunctionAttribute[] attributes, String section, String name, FunctionType type, String... parameterNames)