Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3511 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in emitSPDescriptorParent() local
3517 (void)GuardCheckFn; in emitSPDescriptorParent()
3523 FunctionType *FnTy = GuardCheckFn->getFunctionType(); in emitSPDescriptorParent()
3526 if (GuardCheckFn->hasAttribute(1, Attribute::AttrKind::InReg)) in emitSPDescriptorParent()
3533 Info.CallConv = GuardCheckFn->getCallingConv(); in emitSPDescriptorParent()
3534 Info.Callee = MachineOperand::CreateGA(GuardCheckFn, 0); in emitSPDescriptorParent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2915 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent() local
2919 FunctionType *FnTy = GuardCheckFn->getFunctionType(); in visitSPDescriptorParent()
2926 if (GuardCheckFn->hasParamAttribute(0, Attribute::AttrKind::InReg)) in visitSPDescriptorParent()
2933 .setCallee(GuardCheckFn->getCallingConv(), FnTy->getReturnType(), in visitSPDescriptorParent()
2934 getValue(GuardCheckFn), std::move(Args)); in visitSPDescriptorParent()