Home
last modified time | relevance | path

Searched refs:RegisterInstrumentManager (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp350 TargetRegistry::RegisterInstrumentManager(getTheRISCV32Target(), in LLVMInitializeRISCVTargetMCA()
352 TargetRegistry::RegisterInstrumentManager(getTheRISCV64Target(), in LLVMInitializeRISCVTargetMCA()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h1029 static void RegisterInstrumentManager(Target &T, in RegisterInstrumentManager() function