| 3412 | |
| 3413 | |
| 3414 | ExprId LowLevelILFunction::SharedParamSlotSSA(const vector<ExprId>& params, const ILSourceLocation& loc) |
| 3415 | { |
| 3416 | return AddExprWithLocation(LLIL_SHARED_PARAM_SLOT_SSA, loc, 0, 0, params.size(), AddOperandList(params)); |
| 3417 | } |
| 3418 | |
| 3419 | |
| 3420 | ExprId LowLevelILFunction::Return(size_t dest, const ILSourceLocation& loc) |