public class LLVMCompilerBackend extends Object implements CompileBackend<LLVMCompileResult>
| Constructor and Description |
|---|
LLVMCompilerBackend(ProgramGeneratorFactory aProgramGeneratorFactory) |
| Modifier and Type | Method and Description |
|---|---|
LLVMCompileResult |
generateCodeFor(CompileOptions aOptions,
BytecodeLinkerContext aLinkerContext,
Class aEntryPointClass,
String aEntryPointMethodName,
BytecodeMethodSignature aEntryPointSignature) |
public LLVMCompilerBackend(ProgramGeneratorFactory aProgramGeneratorFactory)
public LLVMCompileResult generateCodeFor(CompileOptions aOptions, BytecodeLinkerContext aLinkerContext, Class aEntryPointClass, String aEntryPointMethodName, BytecodeMethodSignature aEntryPointSignature)
generateCodeFor in interface CompileBackend<LLVMCompileResult>Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.