Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h165 bool SignWithBKey = false; variable
432 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey()
H A DAArch64MachineFunctionInfo.cpp92 SignWithBKey = ShouldSignWithBKey(F, *STI); in AArch64FunctionInfo()