Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp7873 bool ShouldSignReturnAddrWithBKey) { in signOutlinedFunction() argument
7891 if (ShouldSignReturnAddrWithBKey) { in signOutlinedFunction()
7897 TII->get(ShouldSignReturnAddrWithBKey ? AArch64::PACIBSP in signOutlinedFunction()
7915 TII->get(ShouldSignReturnAddrWithBKey ? AArch64::RETAB in signOutlinedFunction()
7921 TII->get(ShouldSignReturnAddrWithBKey ? AArch64::AUTIBSP in signOutlinedFunction()
8037 bool ShouldSignReturnAddrWithBKey = MFI.shouldSignWithBKey(); in buildOutlinedFrame() local
8043 ShouldSignReturnAddrWithBKey); in buildOutlinedFrame()
8058 ShouldSignReturnAddrWithBKey); in buildOutlinedFrame()