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

References

include/llvm/CodeGen/MachineFrameInfo.h
  353   int getStackProtectorIndex() const { return StackProtectorIdx; }
  354   void setStackProtectorIndex(int I) { StackProtectorIdx = I; }
  355   bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; }