Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h274 int StackProtectorIdx = -1; variable
353 int getStackProtectorIndex() const { return StackProtectorIdx; } in getStackProtectorIndex()
354 void setStackProtectorIndex(int I) { StackProtectorIdx = I; } in setStackProtectorIndex()
355 bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; } in hasStackProtectorIndex()