Package org.qbicc.plugin.llvm
Interface LLVMCompiler
- All Known Implementing Classes:
LLVMCompilerImpl
public interface LLVMCompiler
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic enum -
Method Summary
Modifier and TypeMethodDescriptionvoidcompileModule(CompilationContext ctxt, LoadedTypeDefinition typeDefinition, org.qbicc.plugin.llvm.LLVMModuleGenerator llvmModuleGenerator)
-
Method Details
-
compileModule
void compileModule(CompilationContext ctxt, LoadedTypeDefinition typeDefinition, org.qbicc.plugin.llvm.LLVMModuleGenerator llvmModuleGenerator)
-