Class DwarfConst.LocationListEntry
java.lang.Object
org.robovm.compiler.llvm.debug.dwarf.DwarfConst.LocationListEntry
- Enclosing class:
- DwarfConst
public static class DwarfConst.LocationListEntry extends Object
-
Field Summary
Fields Modifier and Type Field Description static intLLE_base_address_selection_entrystatic intLLE_end_of_list_entrystatic intLLE_offset_pair_entrystatic intLLE_start_end_entrystatic intLLE_start_length_entry -
Constructor Summary
Constructors Constructor Description LocationListEntry() -
Method Summary
-
Field Details
-
LLE_end_of_list_entry
public static final int LLE_end_of_list_entry- See Also:
- Constant Field Values
-
LLE_base_address_selection_entry
public static final int LLE_base_address_selection_entry- See Also:
- Constant Field Values
-
LLE_start_end_entry
public static final int LLE_start_end_entry- See Also:
- Constant Field Values
-
LLE_start_length_entry
public static final int LLE_start_length_entry- See Also:
- Constant Field Values
-
LLE_offset_pair_entry
public static final int LLE_offset_pair_entry- See Also:
- Constant Field Values
-
-
Constructor Details
-
LocationListEntry
public LocationListEntry()
-