Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h166 bool SignWithBKey = false; variable
457 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey()
H A DAArch64MachineFunctionInfo.cpp92 SignWithBKey = ShouldSignWithBKey(F, *STI); in AArch64FunctionInfo()