public enum LLVMOptimizationLevel extends Enum<LLVMOptimizationLevel>
| Modifier and Type | Method and Description |
|---|---|
static LLVMOptimizationLevel |
defaultValue() |
static LLVMOptimizationLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LLVMOptimizationLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LLVMOptimizationLevel O0
public static final LLVMOptimizationLevel O1
public static final LLVMOptimizationLevel O2
public static final LLVMOptimizationLevel O3
public static LLVMOptimizationLevel[] values()
for (LLVMOptimizationLevel c : LLVMOptimizationLevel.values()) System.out.println(c);
public static LLVMOptimizationLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static LLVMOptimizationLevel defaultValue()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.