testRtlStubs.cpp

Go to the documentation of this file.
00001 #include <iostream>
00002 #include <string>
00003 #include "types.h"
00004 #include "cfg.h"
00005 #include "proc.h"
00006 #include "prog.h"
00007 #include "boomerang.h"
00008 #include "analysis.h"
00009 
00010 #include "typeStubs.cpp"
00011 #include "signatureStubs.cpp"
00012 
00013 // Cfg
00014 void Cfg::dominators(DOM* d) {}
00015 void Cfg::placePhiFunctions(DOM* d, int memDepth) {}
00016 void Cfg::renameBlockVars(DOM* d, int n, int memDepth) {}
00017 
00018 
00019 //Misc
00020 Boomerang::Boomerang() {}
00021 Boomerang *Boomerang::boomerang = NULL;
00022 bool isSwitch(PBB pSwitchBB, Exp* pDest, UserProc* pProc, BinaryFile* pBF)
00023 {return false;}
00024 void processSwitch(PBB pBB, int delta, Cfg* pCfg, TargetQueue& tq,
00025   BinaryFile* pBF) {}
00026 void Analysis::analyse(UserProc* proc) {}
00027 HLLCode *Boomerang::getHLLCode(UserProc *p) {return 0;}
00028 

Generated on Tue Sep 19 21:18:35 2006 for Boomerang by  doxygen 1.4.6