Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3258 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in emitSPDescriptorParent() local
3264 (void)GuardCheckFn; in emitSPDescriptorParent()
3270 FunctionType *FnTy = GuardCheckFn->getFunctionType(); in emitSPDescriptorParent()
3273 if (GuardCheckFn->hasAttribute(1, Attribute::AttrKind::InReg)) in emitSPDescriptorParent()
3280 Info.CallConv = GuardCheckFn->getCallingConv(); in emitSPDescriptorParent()
3281 Info.Callee = MachineOperand::CreateGA(GuardCheckFn, 0); in emitSPDescriptorParent()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2734 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent() local
2738 FunctionType *FnTy = GuardCheckFn->getFunctionType(); in visitSPDescriptorParent()
2745 if (GuardCheckFn->hasParamAttribute(0, Attribute::AttrKind::InReg)) in visitSPDescriptorParent()
2752 .setCallee(GuardCheckFn->getCallingConv(), FnTy->getReturnType(), in visitSPDescriptorParent()
2753 getValue(GuardCheckFn), std::move(Args)); in visitSPDescriptorParent()