Home
last modified time | relevance | path

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

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