| 86 | |
| 87 | |
| 88 | void LowLevelILFunction::SetCurrentAddress(Architecture* arch, uint64_t addr) |
| 89 | { |
| 90 | BNLowLevelILSetCurrentAddress(m_object, arch ? arch->GetObject() : nullptr, addr); |
| 91 | } |
| 92 | |
| 93 | |
| 94 | size_t LowLevelILFunction::GetInstructionStart(Architecture* arch, uint64_t addr) |
no test coverage detected