Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h156 bool SignWithBKey = false; variable
371 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey()
DAArch64MachineFunctionInfo.cpp88 SignWithBKey = ShouldSignWithBKey(F); in AArch64FunctionInfo()