accept(StmtVisitor *visitor) | RTL | [virtual] |
allSimplify() | RTL | |
appendListStmt(std::list< Statement * > &le) | RTL | |
appendRTL(RTL &rtl) | RTL | |
appendStmt(Statement *s) | RTL | |
areFlagsAffected() | RTL | |
clear() | RTL | |
clone() | RTL | [virtual] |
deepCopyList(std::list< Statement * > &dest) | RTL | |
deleteLastStmt() | RTL | |
deleteStmt(unsigned int) | RTL | |
dump() | RTL | |
elementAt(unsigned i) | RTL | |
forwardSubs() | RTL | |
generateCode(HLLCode *hll, BasicBlock *pbb, int indLevel) | RTL | [virtual] |
getAddress() | RTL | [inline] |
getHlStmt() | RTL | |
getList() | RTL | [inline] |
getNumStmt() | RTL | |
getType() | RTL | |
insertAfterTemps(Exp *ssLhs, Exp *ssRhs, Type *type=NULL) | RTL | |
insertAssign(Exp *ssLhs, Exp *ssRhs, bool prep, Type *type=NULL) | RTL | |
insertStmt(Statement *s, unsigned i) | RTL | |
insertStmt(Statement *s, iterator it) | RTL | |
isBranch() | RTL | |
isCall() | RTL | |
isCompare(int &iReg, Exp *&pTerm) | RTL | |
isGoto() | RTL | |
isHiImmedLoad(ADDRESS &uHiHalf) | RTL | |
isLoImmedLoad(ADDRESS &uLoHalf, bool &bTrans, int &iSrc) | RTL | |
iterator typedef | RTL | |
nativeAddr | RTL | [private] |
operator=(RTL &other) | RTL | |
prependStmt(Statement *s) | RTL | |
print(std::ostream &os=std::cout, bool html=false) | RTL | [virtual] |
prints() | RTL | |
replaceLastStmt(Statement *repl) | RTL | |
reverse_iterator typedef | RTL | |
RTL() | RTL | |
RTL(ADDRESS instNativeAddr, std::list< Statement * > *listStmt=NULL) | RTL | |
RTL(const RTL &other) | RTL | |
searchAll(Exp *search, std::list< Exp * > &result) | RTL | [virtual] |
searchAndReplace(Exp *search, Exp *replace) | RTL | [virtual] |
setAddress(ADDRESS a) | RTL | [inline] |
setConscripts(int n, bool bClear) | RTL | |
simplify() | RTL | [virtual] |
stmtList | RTL | [private] |
updateAddress(ADDRESS addr) | RTL | |
updateStmt(Statement *s, unsigned i) | RTL | |
XMLProgParser class | RTL | [friend] |
~RTL() | RTL | [virtual] |