Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h162 bool SignWithBKey = false; variable
397 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey()
H A DAArch64MachineFunctionInfo.cpp88 SignWithBKey = ShouldSignWithBKey(F); in AArch64FunctionInfo()