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

References

lib/CodeGen/ShadowStackGCLowering.cpp
  305   IRBuilder<> AtEntry(IP->getParent(), IP);
  305   IRBuilder<> AtEntry(IP->getParent(), IP);
  310   while (isa<AllocaInst>(IP))
  311     ++IP;
  312   AtEntry.SetInsertPoint(IP->getParent(), IP);
  312   AtEntry.SetInsertPoint(IP->getParent(), IP);
  337   while (isa<StoreInst>(IP))
  338     ++IP;
  339   AtEntry.SetInsertPoint(IP->getParent(), IP);
  339   AtEntry.SetInsertPoint(IP->getParent(), IP);