Enum Class OptPass

java.lang.Object
java.lang.Enum<OptPass>
org.qbicc.tool.llvm.OptPass
All Implemented Interfaces:
Serializable, Comparable<OptPass>, Constable

public enum OptPass extends Enum<OptPass>
  • Enum Constant Details

    • O0

      public static final OptPass O0
    • O1

      public static final OptPass O1
    • O2

      public static final OptPass O2
    • O3

      public static final OptPass O3
    • Os

      public static final OptPass Os
    • Oz

      public static final OptPass Oz
    • RewriteStatepointsForGc

      public static final OptPass RewriteStatepointsForGc
    • AlwaysInline

      public static final OptPass AlwaysInline
  • Field Details

    • name

      public final String name
  • Method Details

    • values

      public static OptPass[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OptPass valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null