Searched refs:GuardCheckFn (Results 1 – 1 of 1) sorted by relevance
2655 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent() local2659 FunctionType *FnTy = GuardCheckFn->getFunctionType(); in visitSPDescriptorParent()2666 if (GuardCheckFn->hasAttribute(1, Attribute::AttrKind::InReg)) in visitSPDescriptorParent()2673 .setCallee(GuardCheckFn->getCallingConv(), FnTy->getReturnType(), in visitSPDescriptorParent()2674 getValue(GuardCheckFn), std::move(Args)); in visitSPDescriptorParent()