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