Class DwarfConst.CallFrameInfo
java.lang.Object
org.robovm.compiler.llvm.debug.dwarf.DwarfConst.CallFrameInfo
- Enclosing class:
- DwarfConst
public static class DwarfConst.CallFrameInfo extends Object
-
Field Summary
Fields Modifier and Type Field Description static intCFA_advance_locstatic intCFA_advance_loc1static intCFA_advance_loc2static intCFA_advance_loc4static intCFA_def_cfastatic intCFA_def_cfa_expressionstatic intCFA_def_cfa_offsetstatic intCFA_def_cfa_offset_sfstatic intCFA_def_cfa_registerstatic intCFA_def_cfa_sfstatic intCFA_expressionstatic intCFA_extendedstatic intCFA_GNU_args_sizestatic intCFA_GNU_window_savestatic intCFA_hi_userstatic intCFA_lo_userstatic intCFA_MIPS_advance_loc8static intCFA_nopstatic intCFA_offsetstatic intCFA_offset_extendedstatic intCFA_offset_extended_sfstatic intCFA_registerstatic intCFA_remember_statestatic intCFA_restorestatic intCFA_restore_extendedstatic intCFA_restore_statestatic intCFA_same_valuestatic intCFA_set_locstatic intCFA_undefinedstatic intCFA_val_expressionstatic intCFA_val_offsetstatic intCFA_val_offset_sf -
Constructor Summary
Constructors Constructor Description CallFrameInfo() -
Method Summary
-
Field Details
-
CFA_extended
public static final int CFA_extended- See Also:
- Constant Field Values
-
CFA_nop
public static final int CFA_nop- See Also:
- Constant Field Values
-
CFA_advance_loc
public static final int CFA_advance_loc- See Also:
- Constant Field Values
-
CFA_offset
public static final int CFA_offset- See Also:
- Constant Field Values
-
CFA_restore
public static final int CFA_restore- See Also:
- Constant Field Values
-
CFA_set_loc
public static final int CFA_set_loc- See Also:
- Constant Field Values
-
CFA_advance_loc1
public static final int CFA_advance_loc1- See Also:
- Constant Field Values
-
CFA_advance_loc2
public static final int CFA_advance_loc2- See Also:
- Constant Field Values
-
CFA_advance_loc4
public static final int CFA_advance_loc4- See Also:
- Constant Field Values
-
CFA_offset_extended
public static final int CFA_offset_extended- See Also:
- Constant Field Values
-
CFA_restore_extended
public static final int CFA_restore_extended- See Also:
- Constant Field Values
-
CFA_undefined
public static final int CFA_undefined- See Also:
- Constant Field Values
-
CFA_same_value
public static final int CFA_same_value- See Also:
- Constant Field Values
-
CFA_register
public static final int CFA_register- See Also:
- Constant Field Values
-
CFA_remember_state
public static final int CFA_remember_state- See Also:
- Constant Field Values
-
CFA_restore_state
public static final int CFA_restore_state- See Also:
- Constant Field Values
-
CFA_def_cfa
public static final int CFA_def_cfa- See Also:
- Constant Field Values
-
CFA_def_cfa_register
public static final int CFA_def_cfa_register- See Also:
- Constant Field Values
-
CFA_def_cfa_offset
public static final int CFA_def_cfa_offset- See Also:
- Constant Field Values
-
CFA_def_cfa_expression
public static final int CFA_def_cfa_expression- See Also:
- Constant Field Values
-
CFA_expression
public static final int CFA_expression- See Also:
- Constant Field Values
-
CFA_offset_extended_sf
public static final int CFA_offset_extended_sf- See Also:
- Constant Field Values
-
CFA_def_cfa_sf
public static final int CFA_def_cfa_sf- See Also:
- Constant Field Values
-
CFA_def_cfa_offset_sf
public static final int CFA_def_cfa_offset_sf- See Also:
- Constant Field Values
-
CFA_val_offset
public static final int CFA_val_offset- See Also:
- Constant Field Values
-
CFA_val_offset_sf
public static final int CFA_val_offset_sf- See Also:
- Constant Field Values
-
CFA_val_expression
public static final int CFA_val_expression- See Also:
- Constant Field Values
-
CFA_MIPS_advance_loc8
public static final int CFA_MIPS_advance_loc8- See Also:
- Constant Field Values
-
CFA_GNU_window_save
public static final int CFA_GNU_window_save- See Also:
- Constant Field Values
-
CFA_GNU_args_size
public static final int CFA_GNU_args_size- See Also:
- Constant Field Values
-
CFA_lo_user
public static final int CFA_lo_user- See Also:
- Constant Field Values
-
CFA_hi_user
public static final int CFA_hi_user- See Also:
- Constant Field Values
-
-
Constructor Details
-
CallFrameInfo
public CallFrameInfo()
-