1 #ifndef VIRTUAL_BIN_CFG_H
2 #define VIRTUAL_BIN_CFG_H
11 namespace VirtualBinCFG {
42 AddressToInstructionMap::const_iterator i = addressToInstructionMap.find(addr);
43 if (i == addressToInstructionMap.end())
return NULL;
52 InstructionToAddressesMap::const_iterator predsIter = incomingEdges.find(insn);
53 if (predsIter == incomingEdges.end()) {
56 return predsIter->second;
76 std::string
id()
const;
82 std::vector<CFGEdge>
outEdges()
const;
83 std::vector<CFGEdge>
inEdges()
const;
104 std::string
id()
const;