Lines Matching refs:Auth
6432 bool Auth) const { in saveLROnStack()
6436 if (Auth) { in saveLROnStack()
6472 int LROffset = Auth ? Align - 4 : Align; in saveLROnStack()
6480 if (Auth) { in saveLROnStack()
6508 bool CFI, bool Auth) const { in restoreLRFromStack()
6511 if (Auth) { in restoreLRFromStack()
6553 if (Auth) { in restoreLRFromStack()
6563 if (Auth) in restoreLRFromStack()
6620 bool Auth = OF.Candidates.front() in buildOutlinedFrame() local
6624 saveLROnStack(MBB, It, true, Auth); in buildOutlinedFrame()
6633 restoreLRFromStack(MBB, Et, true, Auth); in buildOutlinedFrame()
6712 bool Auth = !AFI.isLRSpilled() && AFI.shouldSignReturnAddress(true); in insertOutlinedCall() local
6713 saveLROnStack(MBB, It, !AFI.isLRSpilled(), Auth); in insertOutlinedCall()
6715 restoreLRFromStack(MBB, It, !AFI.isLRSpilled(), Auth); in insertOutlinedCall()