Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h175 int StackProtectorIdx; variable
226 StackProtectorIdx = -1; in MachineFrameInfo()
249 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex()
250 void setStackProtectorIndex(int I) { StackProtectorIdx = I; } in setStackProtectorIndex()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h221 int StackProtectorIdx = -1; variable
296 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()