Searched refs:GuardCheckFn (Results 1 – 2 of 2) sorted by relevance
3711 if (const Function *GuardCheckFn = TLI->getSSPStackGuardCheck(M)) { in emitSPDescriptorParent() local3717 (void)GuardCheckFn; in emitSPDescriptorParent()3723 FunctionType *FnTy = GuardCheckFn->getFunctionType(); in emitSPDescriptorParent()3726 if (GuardCheckFn->hasAttribute(1, Attribute::AttrKind::InReg)) in emitSPDescriptorParent()3733 Info.CallConv = GuardCheckFn->getCallingConv(); in emitSPDescriptorParent()3734 Info.Callee = MachineOperand::CreateGA(GuardCheckFn, 0); in emitSPDescriptorParent()
3108 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent() local3112 FunctionType *FnTy = GuardCheckFn->getFunctionType(); in visitSPDescriptorParent()3119 if (GuardCheckFn->hasParamAttribute(0, Attribute::AttrKind::InReg)) in visitSPDescriptorParent()3126 .setCallee(GuardCheckFn->getCallingConv(), FnTy->getReturnType(), in visitSPDescriptorParent()3127 getValue(GuardCheckFn), std::move(Args)); in visitSPDescriptorParent()