Searched refs:StackProtectorIdx (Results 1 – 2 of 2) sorted by relevance
175 int StackProtectorIdx; variable226 StackProtectorIdx = -1; in MachineFrameInfo()249 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex()250 void setStackProtectorIndex(int I) { StackProtectorIdx = I; } in setStackProtectorIndex()
221 int StackProtectorIdx = -1; variable296 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex()297 void setStackProtectorIndex(int I) { StackProtectorIdx = I; } in setStackProtectorIndex()298 bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; } in hasStackProtectorIndex()