Searched refs:StackProtectorIdx (Results 1 – 3 of 3) 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()
258 int StackProtectorIdx = -1; variable333 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex()334 void setStackProtectorIndex(int I) { StackProtectorIdx = I; } in setStackProtectorIndex()335 bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; } in hasStackProtectorIndex()