Searched refs:shouldSignWithBKey (Results 1 – 3 of 3) sorted by relevance
397 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey() function
1132 if (MFnI.shouldSignWithBKey()) { in emitPrologue()1631 TII->get(MFI.shouldSignWithBKey() ? AArch64::RETAB : AArch64::RETAA)) in InsertReturnAddressAuth()1637 TII->get(MFI.shouldSignWithBKey() ? AArch64::AUTIBSP : AArch64::AUTIASP)) in InsertReturnAddressAuth()
6379 return MFIa->shouldSignWithBKey() == MFIb->shouldSignWithBKey(); in outliningCandidatesSigningKeyConsensus()7270 bool ShouldSignReturnAddrWithAKey = !MFI.shouldSignWithBKey(); in buildOutlinedFrame()