| 1814 | |
| 1815 | |
| 1816 | void LowLevelILInstructionBase::SetAttributes(uint32_t attributes) |
| 1817 | { |
| 1818 | function->SetExprAttributes(exprIndex, attributes); |
| 1819 | } |
| 1820 | |
| 1821 | |
| 1822 | void LowLevelILInstructionBase::SetAttribute(BNILInstructionAttribute attribute, bool state) |
nothing calls this directly
no test coverage detected