Searched refs:StackGuardSlot (Results 1 – 1 of 1) sorted by relevance
137 AllocaInst *StackGuardSlot, Value *StackGuard);161 AllocaInst *StackGuardSlot);465 AllocaInst *StackGuardSlot, Value *StackGuard) { in checkStackGuard() argument466 Value *V = IRB.CreateLoad(StackPtrTy, StackGuardSlot); in checkStackGuard()497 AllocaInst *StackGuardSlot) { in moveStaticAllocasToUnsafeStack() argument518 if (StackGuardSlot) { in moveStaticAllocasToUnsafeStack()519 Type *Ty = StackGuardSlot->getAllocatedType(); in moveStaticAllocasToUnsafeStack()520 Align Align = std::max(DL.getPrefTypeAlign(Ty), StackGuardSlot->getAlign()); in moveStaticAllocasToUnsafeStack()521 SSL.addObject(StackGuardSlot, getStaticAllocaAllocationSize(StackGuardSlot), in moveStaticAllocasToUnsafeStack()568 if (StackGuardSlot) { in moveStaticAllocasToUnsafeStack()[all …]