Home
last modified time | relevance | path

Searched refs:GuardCheckFn (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2655 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent() local
2659 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()