Lines Matching refs:Auth
6434 bool Auth) const { in saveLROnStack()
6438 if (Auth) { in saveLROnStack()
6474 int LROffset = Auth ? Align - 4 : Align; in saveLROnStack()
6482 if (Auth) { in saveLROnStack()
6510 bool CFI, bool Auth) const { in restoreLRFromStack()
6513 if (Auth) { in restoreLRFromStack()
6555 if (Auth) { in restoreLRFromStack()
6565 if (Auth) in restoreLRFromStack()
6622 bool Auth = OF.Candidates.front() in buildOutlinedFrame() local
6626 saveLROnStack(MBB, It, true, Auth); in buildOutlinedFrame()
6635 restoreLRFromStack(MBB, Et, true, Auth); in buildOutlinedFrame()
6714 bool Auth = !AFI.isLRSpilled() && AFI.shouldSignReturnAddress(true); in insertOutlinedCall() local
6715 saveLROnStack(MBB, It, !AFI.isLRSpilled(), Auth); in insertOutlinedCall()
6717 restoreLRFromStack(MBB, It, !AFI.isLRSpilled(), Auth); in insertOutlinedCall()