Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h74 bool HasResetDATProtection; variable
271 bool hasResetDATProtection() const { return HasResetDATProtection; } in hasResetDATProtection()
H A DSystemZSubtarget.cpp88 HasResetDATProtection(false), HasProcessorActivityInstrumentation(false), in SystemZSubtarget()