| 1569 | } |
| 1570 | |
| 1571 | bool 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 |
| 1577 | s32_t LLVMModuleSet::get_alloc_arg_pos(const Function* F) |
no outgoing calls
no test coverage detected