Update callgraph. This should be implemented by its subclass.
| 163 | |
| 164 | /// Update callgraph. This should be implemented by its subclass. |
| 165 | virtual inline bool updateCallGraph(const CallSiteToFunPtrMap&) |
| 166 | { |
| 167 | assert(false && "Virtual function not implemented!"); |
| 168 | return false; |
| 169 | } |
| 170 | |
| 171 | inline DiffPTDataTy* getDiffPTDataTy() const |
| 172 | { |