reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
776 IRB.SetCurrentDebugLocation(DebugLoc::get(SP->getScopeLine(), 0, SP)); 780 UnsafeStackPtr = IRB.CreateCall(Fn); 782 UnsafeStackPtr = TL.getSafeStackPointerLocation(IRB); 788 IRB.CreateLoad(StackPtrTy, UnsafeStackPtr, false, "unsafe_stack_ptr"); 796 Value *StackGuard = getStackGuard(IRB, F); 797 StackGuardSlot = IRB.CreateAlloca(StackPtrTy, nullptr); 798 IRB.CreateStore(StackGuard, StackGuardSlot); 809 moveStaticAllocasToUnsafeStack(IRB, F, StaticAllocas, ByValArguments, 819 IRB, F, StackRestorePoints, StaticTop, !DynamicAllocas.empty()); 827 IRB.SetInsertPoint(RI); 828 IRB.CreateStore(BasePointer, UnsafeStackPtr);