Searched defs:supportsInstrumentType (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/ | ||
H A D | CustomBehaviour.h | 157 virtual bool supportsInstrumentType(StringRef Type) const { return false; } in supportsInstrumentType() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/ | ||
H A D | RISCVCustomBehaviour.cpp | 92 bool RISCVInstrumentManager::supportsInstrumentType( supportsInstrumentType() function in llvm::mca::RISCVInstrumentManager |