| 3147 | |
| 3148 | |
| 3149 | void BinaryView::DefineImportedFunction(Ref<Symbol> importAddressSym, Ref<Function> func, Ref<Type> type) |
| 3150 | { |
| 3151 | BNDefineImportedFunction( |
| 3152 | m_object, importAddressSym->GetObject(), func->GetObject(), type ? type->GetObject() : nullptr); |
| 3153 | } |
| 3154 | |
| 3155 | |
| 3156 | Ref<DebugInfo> BinaryView::GetDebugInfo() |
no test coverage detected