Searched refs:shouldSignWithBKey (Results 1 – 3 of 3) sorted by relevance
371 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey() function
1056 if (MFnI.shouldSignWithBKey()) { in emitPrologue()1517 TII->get(MFI.shouldSignWithBKey() ? AArch64::RETAB : AArch64::RETAA)) in InsertReturnAddressAuth()1523 TII->get(MFI.shouldSignWithBKey() ? AArch64::AUTIBSP : AArch64::AUTIASP)) in InsertReturnAddressAuth()
5916 return MFIa->shouldSignWithBKey() == MFIb->shouldSignWithBKey(); in outliningCandidatesSigningKeyConsensus()6813 bool ShouldSignReturnAddrWithAKey = !MFI.shouldSignWithBKey(); in buildOutlinedFrame()