reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SafeStack.cpp
  501   if (StackGuardSlot) {
  502     Type *Ty = StackGuardSlot->getAllocatedType();
  504         std::max(DL.getPrefTypeAlignment(Ty), StackGuardSlot->getAlignment());
  505     SSL.addObject(StackGuardSlot, getStaticAllocaAllocationSize(StackGuardSlot),
  505     SSL.addObject(StackGuardSlot, getStaticAllocaAllocationSize(StackGuardSlot),
  551   if (StackGuardSlot) {
  552     unsigned Offset = SSL.getObjectOffset(StackGuardSlot);
  556         IRB.CreateBitCast(Off, StackGuardSlot->getType(), "StackGuardSlot");
  559     StackGuardSlot->replaceAllUsesWith(NewAI);
  560     StackGuardSlot->eraseFromParent();