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

Method getRealDefFun

svf-llvm/include/SVF-LLVM/LLVMModule.h:185–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184
185 inline const Function* getRealDefFun(const Function* fun) const
186 {
187 auto it = funToRealDefFun.find(fun);
188 if (it == funToRealDefFun.end()) return nullptr;
189 else return it->second;
190 }
191
192 inline const FunctionSet& getFunctionSet() const
193 {

Callers 1

initFunObjVarMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected