| 1808 | |
| 1809 | |
| 1810 | void LowLevelILInstructionBase::Replace(ExprId expr) |
| 1811 | { |
| 1812 | function->ReplaceExpr(exprIndex, expr); |
| 1813 | } |
| 1814 | |
| 1815 | |
| 1816 | void LowLevelILInstructionBase::SetAttributes(uint32_t attributes) |
nothing calls this directly
no test coverage detected