Home
last modified time | relevance | path

Searched refs:shouldSignWithBKey (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h397 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey() function
H A DAArch64FrameLowering.cpp1132 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()
H A DAArch64InstrInfo.cpp6379 return MFIa->shouldSignWithBKey() == MFIb->shouldSignWithBKey(); in outliningCandidatesSigningKeyConsensus()
7270 bool ShouldSignReturnAddrWithAKey = !MFI.shouldSignWithBKey(); in buildOutlinedFrame()