Class DataLayout

java.lang.Object
org.robovm.compiler.llvm.DataLayout

public class DataLayout
extends Object
Version:
$Id$
  • Constructor Details

    • DataLayout

      public DataLayout​(String triple)
  • Method Details

    • getAllocSize

      public int getAllocSize​(Type type)
    • getAlignment

      public int getAlignment​(Type type)
    • getStoreSize

      public int getStoreSize​(Type type)
    • getOffsetOfElement

      public int getOffsetOfElement​(StructureType type, int idx)