| 3113 | |
| 3114 | |
| 3115 | void BinaryView::DefineAutoSymbol(Ref<Symbol> sym) |
| 3116 | { |
| 3117 | BNDefineAutoSymbol(m_object, sym->GetObject()); |
| 3118 | } |
| 3119 | |
| 3120 | |
| 3121 | Ref<Symbol> BinaryView::DefineAutoSymbolAndVariableOrFunction(Ref<Platform> platform, Ref<Symbol> sym, Ref<Type> type) |
no test coverage detected