Class DwarfConst.Form
java.lang.Object
org.robovm.compiler.llvm.debug.dwarf.DwarfConst.Form
- Enclosing class:
- DwarfConst
public static class DwarfConst.Form extends Object
-
Field Summary
Fields Modifier and Type Field Description static intFORM_addrstatic intFORM_blockstatic intFORM_block1static intFORM_block2static intFORM_block4static intFORM_data1static intFORM_data2static intFORM_data4static intFORM_data8static intFORM_exprlocstatic intFORM_flagstatic intFORM_flag_presentstatic intFORM_GNU_addr_indexstatic intFORM_GNU_str_indexstatic intFORM_indirectstatic intFORM_ref_addrstatic intFORM_ref_sig8static intFORM_ref_udatastatic intFORM_ref1static intFORM_ref2static intFORM_ref4static intFORM_ref8static intFORM_sdatastatic intFORM_sec_offsetstatic intFORM_stringstatic intFORM_strpstatic intFORM_udata -
Constructor Summary
Constructors Constructor Description Form() -
Method Summary
-
Field Details
-
FORM_addr
public static final int FORM_addr- See Also:
- Constant Field Values
-
FORM_block2
public static final int FORM_block2- See Also:
- Constant Field Values
-
FORM_block4
public static final int FORM_block4- See Also:
- Constant Field Values
-
FORM_data2
public static final int FORM_data2- See Also:
- Constant Field Values
-
FORM_data4
public static final int FORM_data4- See Also:
- Constant Field Values
-
FORM_data8
public static final int FORM_data8- See Also:
- Constant Field Values
-
FORM_string
public static final int FORM_string- See Also:
- Constant Field Values
-
FORM_block
public static final int FORM_block- See Also:
- Constant Field Values
-
FORM_block1
public static final int FORM_block1- See Also:
- Constant Field Values
-
FORM_data1
public static final int FORM_data1- See Also:
- Constant Field Values
-
FORM_flag
public static final int FORM_flag- See Also:
- Constant Field Values
-
FORM_sdata
public static final int FORM_sdata- See Also:
- Constant Field Values
-
FORM_strp
public static final int FORM_strp- See Also:
- Constant Field Values
-
FORM_udata
public static final int FORM_udata- See Also:
- Constant Field Values
-
FORM_ref_addr
public static final int FORM_ref_addr- See Also:
- Constant Field Values
-
FORM_ref1
public static final int FORM_ref1- See Also:
- Constant Field Values
-
FORM_ref2
public static final int FORM_ref2- See Also:
- Constant Field Values
-
FORM_ref4
public static final int FORM_ref4- See Also:
- Constant Field Values
-
FORM_ref8
public static final int FORM_ref8- See Also:
- Constant Field Values
-
FORM_ref_udata
public static final int FORM_ref_udata- See Also:
- Constant Field Values
-
FORM_indirect
public static final int FORM_indirect- See Also:
- Constant Field Values
-
FORM_sec_offset
public static final int FORM_sec_offset- See Also:
- Constant Field Values
-
FORM_exprloc
public static final int FORM_exprloc- See Also:
- Constant Field Values
-
FORM_flag_present
public static final int FORM_flag_present- See Also:
- Constant Field Values
-
FORM_ref_sig8
public static final int FORM_ref_sig8- See Also:
- Constant Field Values
-
FORM_GNU_addr_index
public static final int FORM_GNU_addr_index- See Also:
- Constant Field Values
-
FORM_GNU_str_index
public static final int FORM_GNU_str_index- See Also:
- Constant Field Values
-
-
Constructor Details
-
Form
public Form()
-