MCPcopy Create free account
hub / github.com/SVF-tools/SVF / updateCallGraph

Method updateCallGraph

svf/include/MemoryModel/PointerAnalysisImpl.h:165–169  ·  view source on GitHub ↗

Update callgraph. This should be implemented by its subclass.

Source from the content-addressed store, hash-verified

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 {

Callers 1

TCTMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected