Home
last modified time | relevance | path

Searched defs:supportsInstrumentType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h157 virtual bool supportsInstrumentType(StringRef Type) const { return false; } in supportsInstrumentType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp72 bool RISCVInstrumentManager::supportsInstrumentType( in supportsInstrumentType() function in llvm::mca::RISCVInstrumentManager