Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h203 int StackProtectorIdx; variable
275 StackProtectorIdx = -1; in MachineFrameInfo()
299 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex()
300 void setStackProtectorIndex(int I) { StackProtectorIdx = I; } in setStackProtectorIndex()
301 bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; } in hasStackProtectorIndex()