| 1358 | |
| 1359 | |
| 1360 | void MediumLevelILInstructionBase::Replace(ExprId expr) |
| 1361 | { |
| 1362 | function->ReplaceExpr(exprIndex, expr); |
| 1363 | } |
| 1364 | |
| 1365 | |
| 1366 | void MediumLevelILInstructionBase::SetAttributes(uint32_t attributes) |
nothing calls this directly
no test coverage detected