HomeSort by: relevance | last modified time | path
    Searched refs:SignWithBKey (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.cpp 88 SignWithBKey = ShouldSignWithBKey(F);
AArch64MachineFunctionInfo.h 161 /// SignWithBKey modifies the default PAC-RET mode to signing with the B key.
162 bool SignWithBKey = false;
397 bool shouldSignWithBKey() const { return SignWithBKey; }

Completed in 36 milliseconds