Searched refs:StackGuardSlot (Results 1 – 1 of 1) sorted by relevance
151 AllocaInst *StackGuardSlot, Value *StackGuard);177 AllocaInst *StackGuardSlot);465 AllocaInst *StackGuardSlot, Value *StackGuard) { in checkStackGuard() argument466 Value *V = IRB.CreateLoad(StackPtrTy, StackGuardSlot); in checkStackGuard()490 Instruction *BasePointer, AllocaInst *StackGuardSlot) { in moveStaticAllocasToUnsafeStack() argument502 if (StackGuardSlot) { in moveStaticAllocasToUnsafeStack()503 Type *Ty = StackGuardSlot->getAllocatedType(); in moveStaticAllocasToUnsafeStack()505 std::max(DL.getPrefTypeAlignment(Ty), StackGuardSlot->getAlignment()); in moveStaticAllocasToUnsafeStack()506 SSL.addObject(StackGuardSlot, getStaticAllocaAllocationSize(StackGuardSlot), in moveStaticAllocasToUnsafeStack()552 if (StackGuardSlot) { in moveStaticAllocasToUnsafeStack()[all …]