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

Method getDefFunForMultipleModule

svf/include/SVFIR/SVFVariables.h:1179–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177 }
1178
1179 inline const FunObjVar* getDefFunForMultipleModule() const
1180 {
1181 if(realDefFun==nullptr)
1182 return this;
1183 return realDefFun;
1184 }
1185
1186 void setBasicBlockGraph(BasicBlockGraph* graph)
1187 {

Callers 4

resolveIndCallsMethod · 0.80
connectVCallToVFnsMethod · 0.80
addDirectForkEdgeMethod · 0.80
handleExtCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected