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