SVF-tools / SVF

Static Value-Flow Analysis Framework for Source Code
http://svf-tools.github.io/SVF/
Other
1.43k stars 436 forks source link

Unable to get SVFFunction by name #1586

Open pengwinsurf opened 2 weeks ago

pengwinsurf commented 2 weeks ago

Hi,

I am trying to get the SVFFunction for a specific function name but I get a nullptr even though when I generate the call graph for that same bc file I do see the node in the callgraph.

What information would be most useful to share here to debug this problem ?