Class DwarfConst.LLVMConstants
java.lang.Object
org.robovm.compiler.llvm.debug.dwarf.DwarfConst.LLVMConstants
- Enclosing class:
- DwarfConst
public static class DwarfConst.LLVMConstants extends Object
-
Field Summary
Fields Modifier and Type Field Description static intARANGES_VERSIONstatic intDWARF_VERSIONstatic intPUBNAMES_VERSIONstatic intPUBTYPES_VERSIONstatic intTAG_arg_variablestatic intTAG_auto_variablestatic intTAG_expressionstatic intTAG_invalidstatic intTAG_user_base -
Constructor Summary
Constructors Constructor Description LLVMConstants() -
Method Summary
-
Field Details
-
TAG_invalid
public static final int TAG_invalid- See Also:
- Constant Field Values
-
TAG_auto_variable
public static final int TAG_auto_variable- See Also:
- Constant Field Values
-
TAG_arg_variable
public static final int TAG_arg_variable- See Also:
- Constant Field Values
-
TAG_expression
public static final int TAG_expression- See Also:
- Constant Field Values
-
TAG_user_base
public static final int TAG_user_base- See Also:
- Constant Field Values
-
DWARF_VERSION
public static final int DWARF_VERSION- See Also:
- Constant Field Values
-
PUBTYPES_VERSION
public static final int PUBTYPES_VERSION- See Also:
- Constant Field Values
-
PUBNAMES_VERSION
public static final int PUBNAMES_VERSION- See Also:
- Constant Field Values
-
ARANGES_VERSION
public static final int ARANGES_VERSION- See Also:
- Constant Field Values
-
-
Constructor Details
-
LLVMConstants
public LLVMConstants()
-