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

References

lib/CodeGen/LocalStackSlotAllocation.cpp
  219     for (unsigned i = 0, e = MFI.getObjectIndexEnd(); i != e; ++i) {
  219     for (unsigned i = 0, e = MFI.getObjectIndexEnd(); i != e; ++i) {
  220       if (MFI.isDeadObjectIndex(i))
  222       if (StackProtectorFI == (int)i)
  225       switch (MFI.getObjectSSPLayout(i)) {
  229         SmallArrayObjs.insert(i);
  232         AddrOfObjs.insert(i);
  235         LargeArrayObjs.insert(i);