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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h180 /// StackProtectorIdx - The frame index for the stack protector.
181 int StackProtectorIdx; member in class:llvm::MachineFrameInfo
235 StackProtectorIdx = -1;
258 int getStackProtectorIndex() const { return StackProtectorIdx; }
259 void setStackProtectorIndex(int I) { StackProtectorIdx = I; }

Completed in 92 milliseconds