libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 29 Oct 2012 10:41:23 +0000
changeset 40 c99f058e2276
parent 39 d361eb9419e6
child 41 f3898a3b378d
permissions -rw-r--r--
- removed dependency on an obsolete libtool3

/*
 * $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__();
}