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

References

lib/CodeGen/SafeStack.cpp
  655     Value *SP = IRB.CreatePtrToInt(IRB.CreateLoad(StackPtrTy, UnsafeStackPtr),
  670     IRB.CreateStore(NewTop, UnsafeStackPtr);
  693         Instruction *LI = IRB.CreateLoad(StackPtrTy, UnsafeStackPtr);
  699         Instruction *SI = IRB.CreateStore(II->getArgOperand(0), UnsafeStackPtr);