| 608 | |
| 609 | |
| 610 | void LowLevelILFunction::SetExprAttributes(size_t expr, uint32_t attributes) |
| 611 | { |
| 612 | BNSetLowLevelILExprAttributes(m_object, expr, attributes); |
| 613 | } |
| 614 | |
| 615 | |
| 616 | void LowLevelILFunction::AddLabelForAddress(Architecture* arch, uint64_t addr) |
no outgoing calls
no test coverage detected