Base class for code generators.
Definition: CodeGenerator.h:58
Base class for engines.
Definition: Engine.h:34
Instruction performing a kernel function call.
Definition: KernelCallInstruction.h:23
A kernel call instruction.
Definition: WorldKernelCallInstruction.h:26
virtual void ProcessInst(Function &function, ValueStack &stack, Engine *engine, CodeGenerator *code_gen) override
Processes the instruction.
Definition: WorldKernelCallInstruction.cpp:28
Structure representing a function.
Definition: Function.h:26