Searched refs:supportsInstrumentType (Results 1 – 4 of 4) sorted by relevance
59 bool supportsInstrumentType(StringRef Type) const override;
72 bool RISCVInstrumentManager::supportsInstrumentType( in supportsInstrumentType() function in llvm::mca::RISCVInstrumentManager
157 virtual bool supportsInstrumentType(StringRef Type) const { return false; } in supportsInstrumentType() function
147 if (!IM.supportsInstrumentType(InstrumentKind)) { in HandleComment()