libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 09 May 2012 08:38:46 +0000
changeset 38 a64f4ad690f5
parent 37 be8c2dd09dff
child 39 d361eb9419e6
permissions -rw-r--r--
Build files regenerated

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

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

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libcvut_stx_goodies_newcompiler_Init() INIT_TEXT_SECTION;
// DLL_EXPORT void _libcvut_stx_goodies_newcompiler_InitDefinition() INIT_TEXT_SECTION;
#endif

// void _libcvut_stx_goodies_newcompiler_InitDefinition(pass, __pRT__, snd)
// OBJ snd; struct __vmData__ *__pRT__; {
// __BEGIN_PACKAGE2__("libcvut_stx_goodies_newcompiler__DFN", _libcvut_stx_goodies_newcompiler_InitDefinition, "cvut:stx/goodies/newcompiler");
// _cvut_137stx_137goodies_137newcompiler_Init(pass,__pRT__,snd);

// __END_PACKAGE__();
// }

void _libcvut_stx_goodies_newcompiler_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libcvut_stx_goodies_newcompiler", _libcvut_stx_goodies_newcompiler_Init, "cvut:stx/goodies/newcompiler");
_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);
_cvut_137stx_137goodies_137newcompiler_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);

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