Searched refs:attachInstrDecoder (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_mngr_i.h69 virtual ocsd_err_t attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIInstrDec) = 0;
H A Docsd_dcd_mngr.h61 virtual ocsd_err_t attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIInstrDec);
173 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIInstrDec) function in class:DecoderMngrBase
/freebsd-12-stable/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.h66 virtual ocsd_err_t attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIInstrDec);
H A Docsd_c_api_custom_obj.cpp219 ocsd_err_t CustomDcdMngrWrapper::attachInstrDecoder(TraceComponent *pComponent, IInstrDecode *pIInstrDec) function in class:CustomDcdMngrWrapper
/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp138 pElem->getDecoderMngr()->attachInstrDecoder(pElem->getDecoderHandle(),i_instr_decode);
392 err = pDecoderMngr->attachInstrDecoder(pTraceComp,m_i_instr_decode);

Completed in 69 milliseconds