| 2276 | |
| 2277 | |
| 2278 | ExprId MediumLevelILFunction::SetVarField( |
| 2279 | size_t size, const Variable& dest, uint64_t offset, ExprId src, const ILSourceLocation& loc) |
| 2280 | { |
| 2281 | return AddExprWithLocation(MLIL_SET_VAR_FIELD, loc, size, dest.ToIdentifier(), offset, src); |
| 2282 | } |
| 2283 | |
| 2284 | |
| 2285 | ExprId MediumLevelILFunction::SetVarSplit( |