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