Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h371 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey() function
DAArch64FrameLowering.cpp1056 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()
DAArch64InstrInfo.cpp5916 return MFIa->shouldSignWithBKey() == MFIb->shouldSignWithBKey(); in outliningCandidatesSigningKeyConsensus()
6813 bool ShouldSignReturnAddrWithAKey = !MFI.shouldSignWithBKey(); in buildOutlinedFrame()