Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h75 bool HasProcessorActivityInstrumentation; variable
276 return HasProcessorActivityInstrumentation; in hasProcessorActivityInstrumentation()
H A DSystemZSubtarget.cpp88 HasResetDATProtection(false), HasProcessorActivityInstrumentation(false), in SystemZSubtarget()