Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1838 bool ShouldTrap = MF->getFunction().hasFnAttribute("ptrauth-auth-traps"); in emitPtrauthAuthResign() local
1843 ShouldCheck = ShouldTrap = false; in emitPtrauthAuthResign()
1850 ShouldCheck = ShouldTrap = false; in emitPtrauthAuthResign()
1854 ShouldTrap = false; in emitPtrauthAuthResign()
1857 ShouldCheck = ShouldTrap = true; in emitPtrauthAuthResign()
1886 if (!IsAUTPAC && (!ShouldCheck || !ShouldTrap)) { in emitPtrauthAuthResign()
1927 if (ShouldTrap) { in emitPtrauthAuthResign()