| 2958 | |
| 2959 | |
| 2960 | ExprId LowLevelILFunction::Store(size_t size, ExprId addr, ExprId val, uint32_t flags, const ILSourceLocation& loc) |
| 2961 | { |
| 2962 | return AddExprWithLocation(LLIL_STORE, loc, size, flags, addr, val); |
| 2963 | } |
| 2964 | |
| 2965 | |
| 2966 | ExprId LowLevelILFunction::StoreSSA( |
no outgoing calls
no test coverage detected