Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h74 bool HasResetDATProtection; variable
280 bool hasResetDATProtection() const { return HasResetDATProtection; } in hasResetDATProtection()
H A DSystemZSubtarget.cpp90 HasResetDATProtection(false), HasProcessorActivityInstrumentation(false), in SystemZSubtarget()