| 2410 | |
| 2411 | |
| 2412 | ExprId MediumLevelILFunction::VarField(size_t size, const Variable& src, uint64_t offset, const ILSourceLocation& loc) |
| 2413 | { |
| 2414 | return AddExprWithLocation(MLIL_VAR_FIELD, loc, size, src.ToIdentifier(), offset); |
| 2415 | } |
| 2416 | |
| 2417 | |
| 2418 | ExprId MediumLevelILFunction::VarSplit( |