Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:StackGuard

135                        AllocaInst *StackGuardSlot, Value *StackGuard);
402 return IRB.CreateLoad(StackGuardVar, "StackGuard");
491 AllocaInst *StackGuardSlot, Value *StackGuard) {
493 Value *Cmp = IRB.CreateICmpNE(StackGuard, V);
802 Value *StackGuard = getStackGuard(IRB, F);
804 IRB.CreateStore(StackGuard, StackGuardSlot);
808 checkStackGuard(IRBRet, F, *RI, StackGuardSlot, StackGuard);