Lines Matching refs:Auth
6437 bool Auth) const { in saveLROnStack()
6440 if (Auth) { in saveLROnStack()
6477 int LROffset = Auth ? Align - 4 : Align; in saveLROnStack()
6485 if (Auth) { in saveLROnStack()
6513 bool CFI, bool Auth) const { in restoreLRFromStack()
6515 if (Auth) { in restoreLRFromStack()
6557 if (Auth) { in restoreLRFromStack()
6567 if (Auth) in restoreLRFromStack()
6624 bool Auth = OF.Candidates.front() in buildOutlinedFrame() local
6628 saveLROnStack(MBB, It, true, Auth); in buildOutlinedFrame()
6637 restoreLRFromStack(MBB, Et, true, Auth); in buildOutlinedFrame()
6716 bool Auth = !AFI.isLRSpilled() && AFI.shouldSignReturnAddress(true); in insertOutlinedCall() local
6717 saveLROnStack(MBB, It, !AFI.isLRSpilled(), Auth); in insertOutlinedCall()
6719 restoreLRFromStack(MBB, It, !AFI.isLRSpilled(), Auth); in insertOutlinedCall()