Class DwarfConst.MacinfoRecordType
java.lang.Object
org.robovm.compiler.llvm.debug.dwarf.DwarfConst.MacinfoRecordType
- Enclosing class:
- DwarfConst
public static class DwarfConst.MacinfoRecordType extends Object
-
Field Summary
Fields Modifier and Type Field Description static intMACINFO_definestatic intMACINFO_end_filestatic intMACINFO_start_filestatic intMACINFO_undefstatic intMACINFO_vendor_ext -
Constructor Summary
Constructors Constructor Description MacinfoRecordType() -
Method Summary
-
Field Details
-
MACINFO_define
public static final int MACINFO_define- See Also:
- Constant Field Values
-
MACINFO_undef
public static final int MACINFO_undef- See Also:
- Constant Field Values
-
MACINFO_start_file
public static final int MACINFO_start_file- See Also:
- Constant Field Values
-
MACINFO_end_file
public static final int MACINFO_end_file- See Also:
- Constant Field Values
-
MACINFO_vendor_ext
public static final int MACINFO_vendor_ext- See Also:
- Constant Field Values
-
-
Constructor Details
-
MacinfoRecordType
public MacinfoRecordType()
-