#include <iostream>
#include <string>
#include "types.h"
#include "cfg.h"
#include "proc.h"
#include "prog.h"
#include "boomerang.h"
#include "analysis.h"
#include "typeStubs.cpp"
#include "signatureStubs.cpp"
Go to the source code of this file.
Functions | |
bool | isSwitch (PBB pSwitchBB, Exp *pDest, UserProc *pProc, BinaryFile *pBF) |
void | processSwitch (PBB pBB, int delta, Cfg *pCfg, TargetQueue &tq, BinaryFile *pBF) |
|
Definition at line 22 of file testRtlStubs.cpp. |
|
Definition at line 24 of file testRtlStubs.cpp. |