| 1558 | } |
| 1559 | |
| 1560 | bool LLVMModuleSet::is_alloc(const Function* F) |
| 1561 | { |
| 1562 | return F && hasExtFuncAnnotation(F, "ALLOC_HEAP_RET"); |
| 1563 | } |
| 1564 | |
| 1565 | // Does (F) allocate a new object and assign it to one of its arguments? |
| 1566 | bool LLVMModuleSet::is_arg_alloc(const Function* F) |
no outgoing calls
no test coverage detected