Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h298 bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; } in hasStackProtectorIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h335 bool hasStackProtectorIndex() const { return StackProtectorIdx != -1; } in hasStackProtectorIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp426 if (MFI.hasStackProtectorIndex()) { in convertStackObjects()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp987 if (MFI.hasStackProtectorIndex()) { in emitExceptHandlerTable()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp970 if (MFI->hasStackProtectorIndex()) { in emitExceptHandlerTable()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp357 if (MFI.hasStackProtectorIndex()) { in convertStackObjects()