| 3348 | |
| 3349 | |
| 3350 | ExprId LowLevelILFunction::Call(ExprId dest, const ILSourceLocation& loc) |
| 3351 | { |
| 3352 | return AddExprWithLocation(LLIL_CALL, loc, 0, 0, dest); |
| 3353 | } |
| 3354 | |
| 3355 | |
| 3356 | ExprId LowLevelILFunction::CallStackAdjust( |
no outgoing calls
no test coverage detected