Searched refs:RISCVInstrumentManager (Results 1 – 2 of 2) sorted by relevance
86 bool RISCVInstrumentManager::supportsInstrumentType( in supportsInstrumentType()93 RISCVInstrumentManager::createInstrument(llvm::StringRef Desc, in createInstrument()118 RISCVInstrumentManager::createInstruments(const MCInst &Inst) { in createInstruments()234 unsigned RISCVInstrumentManager::getSchedClassID( in getSchedClassID()344 return new RISCVInstrumentManager(STI, MCII); in createRISCVInstrumentManager()
53 class RISCVInstrumentManager : public InstrumentManager {55 RISCVInstrumentManager(const MCSubtargetInfo &STI, const MCInstrInfo &MCII) in RISCVInstrumentManager() function