Uses of Class
org.robovm.compiler.llvm.StructureType
| Package | Description |
|---|---|
| org.robovm.compiler | |
| org.robovm.compiler.llvm |
-
Uses of StructureType in org.robovm.compiler
Fields in org.robovm.compiler declared as StructureType Modifier and Type Field Description static StructureTypeTypes. BC_TRYCATCH_CONTEXTstatic StructureTypeTypes. CLASSstatic StructureTypeTypes. DATA_OBJECTstatic StructureTypeTypes. GATEWAY_FRAMEstatic StructureTypeTypes. OBJECTstatic StructureTypeTypes. TRYCATCH_CONTEXTstatic StructureTypeTypes. VITABLEMethods in org.robovm.compiler that return StructureType Modifier and Type Method Description static StructureTypeTypes. getClassType(ModuleBuilder mb, OS os, Arch arch, soot.SootClass clazz)static StructureTypeTypes. getInstanceType(OS os, Arch arch, soot.SootClass clazz)StructureTypeBroMethodCompiler. getStructType(soot.SootClass clazz)StructureTypeBroMethodCompiler. getStructType(soot.Type t)Methods in org.robovm.compiler with parameters of type StructureType Modifier and Type Method Description int[]BroMethodCompiler. getStructMemberOffsets(StructureType structType)returns own members offsets in bytes from start of struct -
Uses of StructureType in org.robovm.compiler.llvm
Subclasses of StructureType in org.robovm.compiler.llvm Modifier and Type Class Description classPackedStructureTypeclassVectorStructureTypeMethods in org.robovm.compiler.llvm that return StructureType Modifier and Type Method Description StructureTypeStructureConstant. getType()Methods in org.robovm.compiler.llvm with parameters of type StructureType Modifier and Type Method Description intDataLayout. getOffsetOfElement(StructureType type, int idx)Constructors in org.robovm.compiler.llvm with parameters of type StructureType Constructor Description StructureConstant(StructureType type, Value... values)