decompiler  1.0.0
BlockList Member List

This is the complete list of members for BlockList, including all inherited members.

addEdge(FlowBlock *begin, FlowBlock *end)BlockGraph
addLoopEdge(FlowBlock *begin, int4 outindex)BlockGraph
block_flags enum nameFlowBlock
block_type enum nameFlowBlock
buildCopy(const BlockGraph &graph)BlockGraph
buildDomDepth(vector< int4 > &depth) const BlockGraph
buildDomSubTree(vector< FlowBlock * > &res, FlowBlock *root) const BlockGraph
buildDomTree(vector< vector< FlowBlock * > > &child) const BlockGraph
calcDepth(const FlowBlock *leaf) const FlowBlock
calcForwardDominator(const vector< FlowBlock * > &rootlist)BlockGraph
calcLoop(void)BlockGraph
clear(void)BlockGraph
clearFlag(uint4 fl)FlowBlockinlineprotected
clearLoopExit(int4 i)FlowBlockinline
clearMark(void)FlowBlockinline
clearVisitCount(void)BlockGraph
collectReachable(vector< FlowBlock * > &res, FlowBlock *bl, bool un) const BlockGraph
compareBlockIndex(const FlowBlock *bl1, const FlowBlock *bl2)FlowBlockinlinestatic
compareFinalOrder(const FlowBlock *bl1, const FlowBlock *bl2)FlowBlockstatic
dominates(const FlowBlock *subBlock) const FlowBlock
edge_flags enum nameFlowBlock
emit(PrintLanguage *lng) const BlockListinlinevirtual
f_back_edge enum valueFlowBlock
f_break_goto enum valueFlowBlock
f_continue_goto enum valueFlowBlock
f_cross_edge enum valueFlowBlock
f_dead enum valueFlowBlock
f_defaultswitch_edge enum valueFlowBlock
f_donothing_loop enum valueFlowBlock
f_duplicate_block enum valueFlowBlock
f_entry_point enum valueFlowBlock
f_flip_path enum valueFlowBlock
f_forward_edge enum valueFlowBlock
f_goto_edge enum valueFlowBlock
f_goto_goto enum valueFlowBlock
f_interior_gotoin enum valueFlowBlock
f_interior_gotoout enum valueFlowBlock
f_irreducible enum valueFlowBlock
f_joined_block enum valueFlowBlock
f_label_bumpup enum valueFlowBlock
f_loop_edge enum valueFlowBlock
f_loop_exit_edge enum valueFlowBlock
f_mark enum valueFlowBlock
f_mark2 enum valueFlowBlock
f_switch_out enum valueFlowBlock
f_tree_edge enum valueFlowBlock
f_unstructured_targ enum valueFlowBlock
f_whiledo_overflow enum valueFlowBlock
finalizePrinting(const Funcdata &data) const BlockGraphvirtual
findCommonBlock(FlowBlock *bl1, FlowBlock *bl2)FlowBlockstatic
findCommonBlock(const vector< FlowBlock * > &blockSet)FlowBlockstatic
flipInPlaceExecute(void)FlowBlockinlinevirtual
flipInPlaceTest(vector< PcodeOp * > &fliplist) const FlowBlockinlinevirtual
FlowBlock(void)FlowBlock
getBlock(int4 i) const BlockGraphinline
getCopyMap(void) const FlowBlockinline
getExitLeaf(void) const BlockListvirtual
getFalseOut(void) const FlowBlockinline
getFlags(void) const FlowBlockinline
getFlipPath(void) const FlowBlockinline
getFrontLeaf(void) const FlowBlock
getFrontLeaf(void)FlowBlock
getImmedDom(void) const FlowBlockinline
getIn(int4 i)FlowBlockinline
getIn(int4 i) const FlowBlockinline
getIndex(void) const FlowBlockinline
getInIndex(const FlowBlock *bl) const FlowBlock
getInRevIndex(int4 i) const FlowBlockinline
getJumptable(void) const FlowBlock
getList(void) const BlockGraphinline
getOut(int4 i)FlowBlockinline
getOut(int4 i) const FlowBlockinline
getOutIndex(const FlowBlock *bl) const FlowBlock
getOutRevIndex(int4 i) const FlowBlockinline
getParent(void)FlowBlockinline
getParent(void) const FlowBlockinline
getSize(void) const BlockGraphinline
getSplitPoint(void)BlockListvirtual
getStart(void) const FlowBlockinlinevirtual
getStartBlock(void) const BlockGraph
getStop(void) const FlowBlockinlinevirtual
getTrueOut(void) const FlowBlockinline
getType(void) const BlockListinlinevirtual
getVisitCount(void) const FlowBlockinline
hasInteriorGoto(void) const FlowBlockinline
hasLoopIn(void) const FlowBlock
hasLoopOut(void) const FlowBlock
hasSpecialLabel(void) const FlowBlockinline
isBackEdgeIn(int4 i) const FlowBlockinline
isBackEdgeOut(int4 i) const FlowBlockinline
isComplex(void) const FlowBlockinlinevirtual
isDead(void) const FlowBlockinline
isDecisionIn(int4 i) const FlowBlockinline
isDecisionOut(int4 i) const FlowBlockinline
isDefaultBranch(int4 i) const FlowBlockinline
isDonothingLoop(void) const FlowBlockinline
isDuplicated(void) const FlowBlockinline
isEntryPoint(void) const FlowBlockinline
isGotoIn(int4 i) const FlowBlockinline
isGotoOut(int4 i) const FlowBlockinline
isInteriorGotoTarget(void) const FlowBlockinline
isIrreducibleIn(int4 i) const FlowBlockinline
isIrreducibleOut(int4 i) const FlowBlockinline
isJoined(void) const FlowBlockinline
isJumpTarget(void) const FlowBlock
isLabelBumpUp(void) const FlowBlockinline
isLoopDAGIn(int4 i) const FlowBlockinline
isLoopDAGOut(int4 i) const FlowBlockinline
isLoopIn(int4 i) const FlowBlockinline
isLoopOut(int4 i) const FlowBlockinline
isMark(void) const FlowBlockinline
isSwitchOut(void) const FlowBlockinline
isTreeEdgeIn(int4 i) const FlowBlockinline
isUnstructuredTarget(void) const FlowBlockinline
lastOp(void) const BlockListvirtual
markCopyBlock(FlowBlock *bl, uint4 fl)BlockGraphprotectedstatic
markLabelBumpUp(bool bump)BlockGraphvirtual
markUnstructured(void)BlockGraphvirtual
moveOutEdge(FlowBlock *blold, int4 slot, FlowBlock *blnew)BlockGraph
nameToType(const string &name)FlowBlockstatic
negateCondition(bool toporbottom)BlockListvirtual
newBlock(void)BlockGraph
newBlockBasic(Funcdata *fd)BlockGraph
newBlockCondition(FlowBlock *b1, FlowBlock *b2)BlockGraph
newBlockCopy(FlowBlock *bl)BlockGraph
newBlockDoWhile(FlowBlock *condcl)BlockGraph
newBlockFor(FlowBlock *cond, FlowBlock *cl)BlockGraph
newBlockGoto(FlowBlock *bl)BlockGraph
newBlockIf(FlowBlock *cond, FlowBlock *tc)BlockGraph
newBlockIfElse(FlowBlock *cond, FlowBlock *tc, FlowBlock *fc)BlockGraph
newBlockIfGoto(FlowBlock *cond)BlockGraph
newBlockInfLoop(FlowBlock *body)BlockGraph
newBlockList(const vector< FlowBlock * > &nodes)BlockGraph
newBlockMultiGoto(FlowBlock *bl, int4 outedge)BlockGraph
newBlockSwitch(const vector< FlowBlock * > &cs, bool hasExit)BlockGraph
newBlockWhileDo(FlowBlock *cond, FlowBlock *cl)BlockGraph
nextFlowAfter(const FlowBlock *bl) const BlockGraphvirtual
nextInFlow(void) const FlowBlock
orderBlocks(void)BlockGraphinline
preferComplement(Funcdata &data)FlowBlockinlinevirtual
printHeader(ostream &s) const BlockListvirtual
printRaw(ostream &s) const BlockGraphvirtual
printTree(ostream &s, int4 level) const BlockGraphvirtual
removeBlock(FlowBlock *bl)BlockGraph
removeEdge(FlowBlock *begin, FlowBlock *end)BlockGraph
removeFromFlow(FlowBlock *bl)BlockGraph
removeFromFlowSplit(FlowBlock *bl, bool flipflow)BlockGraph
restoreXml(const Element *el, const AddrSpaceManager *m)BlockGraph
FlowBlock::restoreXml(const Element *el, BlockMap &resolver)FlowBlock
restoreXmlBody(List::const_iterator &iter, List::const_iterator enditer, BlockMap &resolver)BlockGraphvirtual
restoreXmlEdges(List::const_iterator &iter, List::const_iterator enditer, BlockMap &resolver)FlowBlock
restoreXmlHeader(const Element *el)FlowBlockvirtual
restrictedByConditional(const FlowBlock *cond) const FlowBlock
saveXml(ostream &s) const FlowBlock
saveXmlBody(ostream &s) const BlockGraphvirtual
saveXmlEdges(ostream &s) const FlowBlock
saveXmlHeader(ostream &s) const FlowBlockvirtual
scopeBreak(int4 curexit, int4 curloopexit)BlockGraphvirtual
setBackEdge(int4 i)FlowBlockinline
setDead(void)FlowBlockinline
setDefaultSwitch(int4 i)FlowBlockinline
setDonothingLoop(void)FlowBlockinline
setFlag(uint4 fl)FlowBlockinlineprotected
setGotoBranch(int4 i)FlowBlock
setLoopExit(int4 i)FlowBlockinline
setMark(void)FlowBlockinline
setStartBlock(FlowBlock *bl)BlockGraph
setVisitCount(int4 i)FlowBlockinline
sizeIn(void) const FlowBlockinline
sizeOut(void) const FlowBlockinline
spliceBlock(FlowBlock *bl)BlockGraph
structureLoops(vector< FlowBlock * > &rootlist)BlockGraph
subBlock(int4 i) const BlockGraphinlinevirtual
swapBlocks(int4 i, int4 j)BlockGraphprotected
switchEdge(FlowBlock *in, FlowBlock *outbefore, FlowBlock *outafter)BlockGraph
t_basic enum value (defined in FlowBlock)FlowBlock
t_condition enum value (defined in FlowBlock)FlowBlock
t_copy enum value (defined in FlowBlock)FlowBlock
t_dowhile enum value (defined in FlowBlock)FlowBlock
t_for enum value (defined in FlowBlock)FlowBlock
t_goto enum value (defined in FlowBlock)FlowBlock
t_graph enum value (defined in FlowBlock)FlowBlock
t_if enum value (defined in FlowBlock)FlowBlock
t_infloop enum value (defined in FlowBlock)FlowBlock
t_ls enum value (defined in FlowBlock)FlowBlock
t_multigoto enum value (defined in FlowBlock)FlowBlock
t_plain enum value (defined in FlowBlock)FlowBlock
t_switch enum value (defined in FlowBlock)FlowBlock
t_whiledo enum value (defined in FlowBlock)FlowBlock
typeToName(block_type bt)FlowBlockstatic
~BlockGraph(void)BlockGraphinlinevirtual
~FlowBlock(void)FlowBlockinlinevirtual