Searched refs:StackProtectorIdx (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineFrameInfo.h180 /// StackProtectorIdx - The frame index for the stack protector.
181 int StackProtectorIdx; member in class:llvm::MachineFrameInfo
232 StackProtectorIdx = -1;
255 int getStackProtectorIndex() const { return StackProtectorIdx; }
256 void setStackProtectorIndex(int I) { StackProtectorIdx = I; }

Completed in 145 milliseconds