| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.backend |
| Modifier and Type | Method and Description |
|---|---|
static LLVMOptimizationLevel |
LLVMOptimizationLevel.defaultValue() |
LLVMOptimizationLevel |
CompileOptions.getLlvmOptimizationLevel() |
static LLVMOptimizationLevel |
LLVMOptimizationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LLVMOptimizationLevel[] |
LLVMOptimizationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CompileOptions(Logger aLogger,
boolean aDebugOutput,
Optimizer aOptimizer,
boolean aEnableExceptions,
String aFilenamePrefix,
int aWasmMinimumPageSize,
int aWasmMaximumPageSize,
boolean aMinify,
boolean aPreferStackifier,
Allocator aAllocator,
String[] aAdditionalClassesToLink,
String[] aAdditionalResources,
LLVMOptimizationLevel aLlvmOptimizationLevel) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.