Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2654 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent() local
2658 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()