Searched refs:StackProtectorIdx (Results 1 – 1 of 1) sorted by relevance
273 int StackProtectorIdx = -1; variable357 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex()358 void setStackProtectorIndex(int I) { StackProtectorIdx = I; } in setStackProtectorIndex()359 bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; } in hasStackProtectorIndex()