| 318 | |
| 319 | |
| 320 | ExprId LowLevelILFunction::AddExprWithLocation(BNLowLevelILOperation operation, uint64_t addr, uint32_t sourceOperand, |
| 321 | size_t size, uint32_t flags, ExprId a, ExprId b, ExprId c, ExprId d) |
| 322 | { |
| 323 | return BNLowLevelILAddExprWithLocation(m_object, addr, sourceOperand, operation, size, flags, a, b, c, d); |
| 324 | } |
| 325 | |
| 326 | |
| 327 | ExprId LowLevelILFunction::AddExprWithLocation(BNLowLevelILOperation operation, const ILSourceLocation& loc, |