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

Method is_alloc_stack_ret

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

Source from the content-addressed store, hash-verified

1569}
1570
1571bool LLVMModuleSet::is_alloc_stack_ret(const Function* F)
1572{
1573 return F && hasExtFuncAnnotation(F, "ALLOC_STACK_RET");
1574}
1575
1576// Get the position of argument which holds the new object
1577s32_t LLVMModuleSet::get_alloc_arg_pos(const Function* F)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected