libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 30 Oct 2014 22:18:24 +0000
changeset 42 acdc3ec6d152
parent 41 f3898a3b378d
child 45 04a50b0d540a
permissions -rw-r--r--
Better class category name - IR Compiler-*

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: ctu_ircompiler.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libctu_ircompiler_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libctu_ircompiler_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libctu_ircompiler_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libctu_ircompiler__DFN", _libctu_ircompiler_InitDefinition, "ctu:ircompiler");
_ctu_137ircompiler_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libctu_ircompiler_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libctu_ircompiler", _libctu_ircompiler_Init, "ctu:ircompiler");
_IRBuilder_Init(pass,__pRT__,snd);
_IRBytecodeGenerator_Init(pass,__pRT__,snd);
_IRFunction_Init(pass,__pRT__,snd);
_IRInstruction_Init(pass,__pRT__,snd);
_IRInterpreter_Init(pass,__pRT__,snd);
_IRSequence_Init(pass,__pRT__,snd);
_IRStackCount_Init(pass,__pRT__,snd);
_ctu_137ircompiler_Init(pass,__pRT__,snd);
_IRAccess_Init(pass,__pRT__,snd);
_IRClosure_Init(pass,__pRT__,snd);
_IRConstant_Init(pass,__pRT__,snd);
_IRDecompiler_Init(pass,__pRT__,snd);
_IRDup_Init(pass,__pRT__,snd);
_IRJump_Init(pass,__pRT__,snd);
_IRLine_Init(pass,__pRT__,snd);
_IRMethod_Init(pass,__pRT__,snd);
_IRPop_Init(pass,__pRT__,snd);
_IRPrinter_Init(pass,__pRT__,snd);
_IRReturn_Init(pass,__pRT__,snd);
_IRSend_Init(pass,__pRT__,snd);
_IRTranslator_Init(pass,__pRT__,snd);
_IRBlockReturnTop_Init(pass,__pRT__,snd);
_IRInstVarAccess_Init(pass,__pRT__,snd);
_IRJumpIf_Init(pass,__pRT__,snd);
_IRJumpOverBlock_Init(pass,__pRT__,snd);
_IRLiteralVariableAccess_Init(pass,__pRT__,snd);
_IRTempAccess_Init(pass,__pRT__,snd);
_IRInstVarRead_Init(pass,__pRT__,snd);
_IRInstVarStore_Init(pass,__pRT__,snd);
_IRLiteralVariableRead_Init(pass,__pRT__,snd);
_IRLiteralVariableStore_Init(pass,__pRT__,snd);
_IRTempRead_Init(pass,__pRT__,snd);
_IRTempStore_Init(pass,__pRT__,snd);

_ctu_137ircompiler_extensions_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}