Searched refs:StackGuardSlot (Results 1 – 1 of 1) sorted by relevance
138 AllocaInst *StackGuardSlot, Value *StackGuard);162 AllocaInst *StackGuardSlot);466 AllocaInst *StackGuardSlot, Value *StackGuard) { in checkStackGuard() argument467 Value *V = IRB.CreateLoad(StackPtrTy, StackGuardSlot); in checkStackGuard()490 AllocaInst *StackGuardSlot) { in moveStaticAllocasToUnsafeStack() argument511 if (StackGuardSlot) { in moveStaticAllocasToUnsafeStack()512 Type *Ty = StackGuardSlot->getAllocatedType(); in moveStaticAllocasToUnsafeStack()513 Align Align = std::max(DL.getPrefTypeAlign(Ty), StackGuardSlot->getAlign()); in moveStaticAllocasToUnsafeStack()514 SSL.addObject(StackGuardSlot, getStaticAllocaAllocationSize(StackGuardSlot), in moveStaticAllocasToUnsafeStack()561 if (StackGuardSlot) { in moveStaticAllocasToUnsafeStack()[all …]