| 620 | |
| 621 | |
| 622 | BNLowLevelILLabel* LowLevelILFunction::GetLabelForAddress(Architecture* arch, uint64_t addr) |
| 623 | { |
| 624 | return BNGetLowLevelILLabelForAddress(m_object, arch->GetObject(), addr); |
| 625 | } |
| 626 | |
| 627 | |
| 628 | void LowLevelILFunction::Finalize() |
no test coverage detected