| 864 | |
| 865 | |
| 866 | Ref<MediumLevelILFunction> Function::GetMediumLevelIL() const |
| 867 | { |
| 868 | BNMediumLevelILFunction* function = BNGetFunctionMediumLevelIL(m_object); |
| 869 | if (!function) |
| 870 | return nullptr; |
| 871 | return new MediumLevelILFunction(function); |
| 872 | } |
| 873 | |
| 874 | |
| 875 | Ref<MediumLevelILFunction> Function::GetMappedMediumLevelIL() const |
no outgoing calls
no test coverage detected