| 964 | |
| 965 | |
| 966 | void HighLevelILInstructionBase::Replace(ExprId expr) |
| 967 | { |
| 968 | function->ReplaceExpr(exprIndex, expr); |
| 969 | } |
| 970 | |
| 971 | |
| 972 | void HighLevelILInstructionBase::SetAttributes(uint32_t attributes) |
nothing calls this directly
no test coverage detected