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

Method setExtFuncAnnotations

svf-llvm/lib/LLVMModule.cpp:1507–1511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1505}
1506
1507void LLVMModuleSet::setExtFuncAnnotations(const Function* fun, const std::vector<std::string>& funcAnnotations)
1508{
1509 assert(fun && "Null SVFFunction* pointer");
1510 func2Annotations[fun] = funcAnnotations;
1511}
1512
1513bool LLVMModuleSet::hasExtFuncAnnotation(const Function* fun, const std::string& funcAnnotation)
1514{

Callers 1

initFunObjVarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected