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

Method addFunctionSet

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

Source from the content-addressed store, hash-verified

438
439private:
440 inline void addFunctionSet(const Function* svfFunc)
441 {
442 funSet.push_back(svfFunc);
443 }
444
445 inline void setFunExitBB(const Function* fun, const BasicBlock* bb)
446 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected