Lines Matching defs:Auth
6459 bool Auth) const {
6463 if (Auth) {
6499 int LROffset = Auth ? Align - 4 : Align;
6507 if (Auth) {
6535 bool CFI, bool Auth) const {
6538 if (Auth) {
6580 if (Auth) {
6590 if (Auth)
6647 bool Auth = MF.getInfo<ARMFunctionInfo>()->shouldSignReturnAddress(true);
6648 saveLROnStack(MBB, It, true, Auth);
6657 restoreLRFromStack(MBB, Et, true, Auth);
6736 bool Auth = !AFI.isLRSpilled() && AFI.shouldSignReturnAddress(true);
6737 saveLROnStack(MBB, It, !AFI.isLRSpilled(), Auth);
6739 restoreLRFromStack(MBB, It, !AFI.isLRSpilled(), Auth);