Searched refs:StackGuardSlot (Results 1 – 1 of 1) sorted by relevance
157 AllocaInst *StackGuardSlot, Value *StackGuard);181 AllocaInst *StackGuardSlot);472 AllocaInst *StackGuardSlot, Value *StackGuard) { in checkStackGuard() argument473 Value *V = IRB.CreateLoad(StackPtrTy, StackGuardSlot); in checkStackGuard()496 AllocaInst *StackGuardSlot) { in moveStaticAllocasToUnsafeStack() argument517 if (StackGuardSlot) { in moveStaticAllocasToUnsafeStack()518 Type *Ty = StackGuardSlot->getAllocatedType(); in moveStaticAllocasToUnsafeStack()520 std::max(DL.getPrefTypeAlignment(Ty), StackGuardSlot->getAlignment()); in moveStaticAllocasToUnsafeStack()521 SSL.addObject(StackGuardSlot, getStaticAllocaAllocationSize(StackGuardSlot), in moveStaticAllocasToUnsafeStack()568 if (StackGuardSlot) { in moveStaticAllocasToUnsafeStack()[all …]