Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PointerAuth.cpp110 bool UseBKey = MFnI.shouldSignWithBKey(); in signLR()
136 TII->get(MFnI.shouldSignWithBKey() ? AArch64::PACIBSPPC in signLR()
145 TII->get(MFnI.shouldSignWithBKey() ? AArch64::PACIBSP in signLR()
162 bool UseBKey = MFnI->shouldSignWithBKey(); in authenticateLR()
H A DAArch64MachineFunctionInfo.h556 bool shouldSignWithBKey() const { return SignWithBKey; } in shouldSignWithBKey() function
H A DAArch64AsmPrinter.cpp2068 AArch64FI->shouldSignWithBKey() ? AArch64PACKey::IB : AArch64PACKey::IA; in emitPtrauthTailCallHardening()
H A DAArch64InstrInfo.cpp9052 return MFIa->shouldSignWithBKey() == MFIb->shouldSignWithBKey(); in outliningCandidatesSigningKeyConsensus()