| 3367 | |
| 3368 | |
| 3369 | ExprId LowLevelILFunction::TailCall(ExprId dest, const ILSourceLocation& loc) |
| 3370 | { |
| 3371 | return AddExprWithLocation(LLIL_TAILCALL, loc, 0, 0, dest); |
| 3372 | } |
| 3373 | |
| 3374 | |
| 3375 | ExprId LowLevelILFunction::CallSSA(const vector<SSARegister>& output, ExprId dest, const vector<ExprId>& params, |
no outgoing calls
no test coverage detected